-
eigen-induction-motor.m.txt
Induction motor eigen control
- 2013-12-17 04:25:33下载
- 积分:1
-
branch-and-bound
分支定界法求解TSp问题的分析研究以及matlab实现(Branch and bound method to solve the problem described TSp)
- 2020-12-25 08:39:04下载
- 积分:1
-
PSO_MATLAB
全局性,并行性,高效的群体智能算法">
- 2011-06-15 15:04:16下载
- 积分:1
-
sound111
完成语音信号频谱分析功能,MATLAB开发(complete voice signal spectrum analysis function, MATLAB)
- 2007-03-15 16:54:30下载
- 积分:1
-
xiaobo
以某些特殊函数为基将数据过程或数据系列变换为级数系列以发现它的类似频谱的特征,从而实现数据处理。(In certain special functions as the base data process or data series is converted into the series at a similar spectrum to find that it features, in order to achieve data processing.)
- 2013-03-29 21:34:27下载
- 积分:1
-
00946293
无模型预测控制,也就是根据过去的输入输出和未来的输入来一边建模一边控制,这篇论文还是很值得参考(No model predictive control, which is based on past and future input-output modeling while controlling the input side, the paper is still worth considering)
- 2014-07-15 20:36:09下载
- 积分:1
-
xuanzhuan
通过matlab彩色图像转换成灰度图像,再图像旋转,然后画布扩大,最后均值插值(Matlab color images through the gray image into another image rotation, and then expand the canvas, and finally the mean interpolation)
- 2008-03-13 12:37:14下载
- 积分:1
-
RandomForest
随机森林论文作者写的随机森林代码,采用matlab混合编程,需要安装Fortran compiler。。。(An interface to the random forest algorithm (version 3.3) written by Leo Breiman and Adele Cutler. This tool is for windows MATLAB R13 only)
- 2009-11-10 16:29:12下载
- 积分:1
-
New folder
D2D通信的资源分配算法。一对一复用,吞吐量最大化。(The resource allocation algorithm for D2D communication.)
- 2021-04-05 16:49:07下载
- 积分:1
-
tlabel
This program places dates on time axis as DATETICK and works with ZOOM and PAN as DATETICKZOOM by Christophe Lauwerys. But, it also shows the full date after zooming or panning by using the ticks and time-axis label. So, if you zoom in down to second, you won t loose "when" you are.
The input arguments are equal to those of DATETICK function, but if more than one axis handle is specified, they all will be LINKED!
Also, some other options are available, for example, the use of LOCAL LANGUAGE for the months (default), or the use of an specific date format: DD HH:MM SS.FFF for example.
Besides, sometimes with DATETICK you don t get optimal results. This program (try to) fix this problem.
Just use it after some plot function with days (see DATENUM) in one of his axis (time-axis):
t = linspace(0,1) + now
x = rand(size(t))
plot(t,x)
axis tight
tlabel <----
Enjoy it!
Bugs reports and suggestions will be very appreciated!
(This program places dates on time axis as DATETICK and works with ZOOM and PAN as DATETICKZOOM by Christophe Lauwerys. But, it also shows the full date after zooming or panning by using the ticks and time-axis label. So, if you zoom in down to second, you won t loose "when" you are.
The input arguments are equal to those of DATETICK function, but if more than one axis handle is specified, they all will be LINKED!
Also, some other options are available, for example, the use of LOCAL LANGUAGE for the months (default), or the use of an specific date format: DD HH:MM SS.FFF for example.
Besides, sometimes with DATETICK you don t get optimal results. This program (try to) fix this problem.
Just use it after some plot function with days (see DATENUM) in one of his axis (time-axis):
t = linspace(0,1)+ now
x = rand(size(t))
plot(t,x)
axis tight
tlabel <----
Enjoy it!
Bugs reports and suggestions will be very appreciated!
)
- 2009-10-05 21:46:23下载
- 积分:1