-
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
-
power_sixpulses
power_sixpulses.rar,功率电子领域matlab仿真文件,已经验证过,程序运行正常(power_sixpulses.rar,Power electronics field matlab simulation file, has already been
verified, the normal operating procedures)
- 2013-07-14 12:36:25下载
- 积分:1
-
readtbl
matlab软件读取FPGA生成的*.tbl文件(matlab software reads the FPGA to generate the*. tbl file)
- 2011-08-01 18:45:43下载
- 积分:1
-
powell
优化设计,鲍威尔法,无约束条件求解最优解,二维(Optimal design)
- 2012-12-01 17:12:00下载
- 积分:1
-
juanji
在matlab里自行用简单语句编写的卷积运算程序,一道小作业题。(In matlab in their own written statement with the simple convolution procedure, a small job title.)
- 2010-07-01 14:55:46下载
- 积分:1
-
SpaceVectorPWM_Saba_implementation
Space Vector PWM Saba implementation
- 2010-07-08 17:05:29下载
- 积分:1
-
CH2MATLAB
MATLAB经典示例
以示参考
十分有用(MATLAB classic example to show reference useful)
- 2013-02-25 09:13:28下载
- 积分:1
-
shudu
数独程序,,很好用的,大家可以参考一下,呵呵呵~~~~~(Sudoku program, well used, we can refer to, Ha ha ha ~~~~~)
- 2011-01-24 13:18:48下载
- 积分:1
-
6771355451
MATLAB实用程序(MATLAB utility SSSSSSSSSSSSSSSSSSSSSSSSSS )
- 2007-05-24 21:07:39下载
- 积分:1
-
imagefusion
用wavedec2()函数对b1,b2两幅图像进行小波分解, 采用’db1’小波,分解到第三级 融合两幅图像。(With wavedec2 () function b1, b2 the two images were decomposed using ' db1' wavelet decomposition to the third level fusion of two images.)
- 2010-05-10 20:42:37下载
- 积分:1