-
matlab
人工势场法的路径规划方面的编程代码,能够很好地实现避障,对学习有一定帮助(Path planning artificial potential field programming code, can achieve a good obstacle avoidance, to learn of some help)
- 2015-04-14 11:21:45下载
- 积分:1
-
weifenfangcheng
这是微分方程的问题,属于matlab范畴(This is the issue of differential equations, which matlab areas)
- 2008-06-18 10:43:00下载
- 积分:1
-
Embedded_Targets_Development_Guide
基于模型设计的介绍,给大家分享一下,希望刘杰博士不要见怪。(model based design)
- 2012-12-29 22:42:37下载
- 积分:1
-
MATLAB-Statistical-analysis
matlab 统计分析与应用 40个案例分析(Statistical analysis and application of 40 case studies)
- 2013-07-29 19:19:23下载
- 积分:1
-
probability
可以对任何数组进行概率计算,在求数组信息熵时使用(array can be of any probability calculations, an array of information for the use of entropy)
- 2007-04-16 09:21:33下载
- 积分:1
-
SISO-Viterbi
正需要这方面的资料,Viterbi算法在业界很强,和大家一起分享交流(Is in need of this information, Viterbi algorithm in the industry is very strong, and we share exchange)
- 2014-09-18 10:57:05下载
- 积分:1
-
Freespace_GuassBeam_FDTD
自由空间入射 二维高斯光束的模拟 (PML边界)(The free space incident two-dimensional analog of the Gaussian beam (PML boundary))
- 2012-08-28 14:19:52下载
- 积分:1
-
saturation
说明: matlab 饱和函数历程 可用于遗传算法 滑模控制(Matlab saturated function history can be used in genetic algorithm sliding mode control)
- 2020-02-29 23:48:35下载
- 积分:1
-
fdtd2D
利用时域有限差分法(FDTD法)对二维时谐电磁场进行模拟(Using finite difference time domain method (FDTD method) on two-dimensional time-harmonic electromagnetic field simulation)
- 2010-07-17 16:13:09下载
- 积分: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