-
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
-
niulazhijiao
电力系统中牛拉直角坐标方法的潮流程序,适用于MATLAB,数据已经附上,可以直接测试()
- 2008-03-10 22:33:54下载
- 积分:1
-
BBEZZIER_SURRe
贝塞尔曲面显示出来程序源码,里面包含非常常多子程序源码,希望对您有用 可直接使用。
(Bezier surface display program source code, which contains very often subroutine source code, I hope you can be used directly.)
- 2012-07-10 17:10:25下载
- 积分:1
-
mimikatz-2.0.0-alpha-20140614
Windows密码抓取神器 代码完整 可编译通过 学习用的好代码(Windows password fetching artifact code complete Good code can be compiled by learning
)
- 2014-09-22 16:30:22下载
- 积分:1
-
qam_ofdm_commtoolbox
Design and analyze of qam ofdm technique for wimax physical layer of communication systems
- 2013-04-24 21:26:52下载
- 积分:1
-
bouhun
基于欧几里得距离的聚类分析,ofdm系统仿真 含16qam调制 fft 加窗 加cp等模块,matlab实现了五类灰色关联度模型的计算。( Clustering analysis based on Euclidean distance, ofdm system simulation including 16qam modulation fft windowing modules plus cp, matlab implements five gray correlation degree computing model.)
- 2016-09-09 09:31:51下载
- 积分:1
-
1
说明: 相位解包裹.我们可以从中获取波免从干涉图中(Phase unwrapping. From which we can get free from the interference pattern of wave)
- 2011-03-25 14:33:53下载
- 积分:1
-
5-3-1
input file of ode 45
- 2013-09-07 19:29:45下载
- 积分:1
-
chengxu
Matlab GUI图像增强系统
。图片变白的意思是光滑处理
高斯算子,梯度算子
(Matlab GUI image enhancement system
.Pictures turn gray mean smooth processing
Gaussian operator, gradient operator
)
- 2013-11-24 10:06:21下载
- 积分:1
-
Differential_Equation_GUI
matlab中用于解决微分方程问题的GUI程序(matlab to solve differential equations for problems in the GUI program)
- 2007-10-08 21:31:04下载
- 积分:1