-
onoff
f the input is a numeric array, it returns a cell array of strings of on or off depending on the logical outcome.
Conversely, if the input is a cell array of strings of on or off , then it does the reverse, i.e. returns the logical matrix where on is true and off is false.
It is very useful when using set/get on arrays of handle objects or arrays of properties/values.
Example:
onoff( [0, 1, 0]) gives { off , on , off }
onoff({ on , on , off }) gives [1, 1, 0]
It also works for mixed cell array inputs, and for other string pairs:
yes/no, ok/cancel, open/closed
- 2009-09-07 18:18:36下载
- 积分:1
-
Least-square-method
最小二乘法,无论是在工程上还是在学术上都应用越来越广泛,文章给出了一个比较好用的最小二乘matlab 实现程序,很好用下载即可运行。(Least squares method, whether in engineering or applied more widely both the academic, the article gives a least squares matlab implementation relatively easy to use program, good to run with the download.)
- 2010-10-25 13:37:28下载
- 积分:1
-
MycodeIII
this is a Matlab code for classification of Hand writed data by Neural network (Elman Network)
- 2010-07-02 22:03:19下载
- 积分:1
-
terrain
文件中包含一个地形数据,一个将此数据用matlab进行三维显示的程序。自己写的,可用于航迹规划中的地形测试。(The file contains a terrain data, three-dimensional display this data using matlab program. Write their own terrain test can be used for route planning.)
- 2013-03-03 21:43:38下载
- 积分:1
-
power_transfo3ph
power_transfo3ph,功率电子领域matlab仿真文件,已经验证过,程序运行正常(
power_transfo3ph,Power electronics field matlab simulation file, has already been verified, the normal operating procedures)
- 2013-08-26 21:58:58下载
- 积分:1
-
moshishibie
很经典的国外模式识别教材MATLAB例程(Classic pattern recognition of foreign materials MATLAB routines)
- 2008-07-09 16:30:52下载
- 积分:1
-
FuzzyLogicVAdaline
A neural network Program Fuzzy Logic versus ADALINE
- 2010-02-10 02:01:06下载
- 积分:1
-
niudunlafu
牛顿拉夫迭代算法,有兴趣的可以看看,相信会有用吧(Love Newton iterative algorithm, interested can see, I believe it will be used)
- 2010-05-07 10:17:54下载
- 积分:1
-
calcCircle
已知空间里面的的的三个空间点来计算计算三角形外接圆(Three calculation known triangle circumcircle)
- 2013-11-07 11:11:55下载
- 积分:1
-
New-folder
routing algorithm in wireless network
- 2012-11-28 21:32:25下载
- 积分:1