-
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
-
apiguide
matlab混合编程的官方经典教程,适合中高级用户使用(Mixed matlab programming tutorial official classic, suitable for high users)
- 2009-04-03 17:44:37下载
- 积分:1
-
lpsvm
该文件是Newton Method for LP Support Vector Machine 文章的程序(This is a procedure for this paper with title "Newton Method for LP Support Vector Machine")
- 2009-05-13 12:06:32下载
- 积分:1
-
Archive
无刷直流电机(BLCD) 建模仿真 S函数的编译(BLCD S-function)
- 2010-05-26 10:18:06下载
- 积分:1
-
splinefit
this the code for spline fit
- 2013-03-03 14:53:51下载
- 积分:1
-
checkInventory.m
Program that checks the inventory level excels sheets
- 2016-12-27 20:52:04下载
- 积分:1
-
ex_6
this code is calculating the fundamental spectral responsivities functions.
- 2011-11-18 05:28:31下载
- 积分:1
-
boost_PI_ME
matlab boost PID 调节电路,已经调好(matlab boost pid )
- 2013-11-29 22:04:58下载
- 积分:1
-
movieeditor
基于matlab的Movie编辑器,可修改编辑movie,支持avi,mpg,jpg等多种格式存取。
()
- 2007-07-24 17:45:34下载
- 积分:1
-
ellipse_gaussiana_bivariada.m
Function to plot uncertainty 3-sigma ellipse in matlab
- 2011-04-28 21:08:41下载
- 积分:1