-
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
-
MatlabBuilderfor.NET
VC++调用Matlab Builder for.NET 的COM组件(VC++ Call Matlab Builder for.NET the COM components)
- 2008-04-10 08:25:58下载
- 积分:1
-
S_Function
关于simulink中s函数的简介,比较有用,可以看一下。(About simulink in the s function profile, more useful, you can look at.)
- 2009-12-04 16:10:52下载
- 积分:1
-
jiaozhi
说明: OFDM通信系统中的交织编码、解码程序,使用matlab语言(Interleaving OFDM communication system encoding and decoding procedures, the use of matlab language)
- 2011-04-14 20:15:23下载
- 积分:1
-
calibseq
基于二维平面模版的黑色光点图像摄像机定标中的程序(Template based on two-dimensional image of the black spot in the camera calibration procedure)
- 2011-09-18 22:00:30下载
- 积分:1
-
CS
说明: 机载SAR成像CS算法,自己编写的,实际数据处理效果很好。(Airborne SAR imaging CS algorithm, written by myself, the actual data processing effect is very good.)
- 2020-09-03 09:09:14下载
- 积分:1
-
chazhi
一维插值、二维插值,三维插值也有,但是结果没有显示,各位帮我诊断一下(One-dimensional interpolation, two-dimensional interpolation, three-dimensional interpolation also has, but the results did not show, you help me diagnose what)
- 2009-02-25 08:57:46下载
- 积分:1
-
PSO_2D
Matlab语言编写的2维粒子群算法进行函数最优化的源代码,并附有AVI视频演示!(2-D particle swarm optimization source code for optimization (with the AVI video!))
- 2009-04-17 05:54:32下载
- 积分:1
-
matlabknowlege
包含matlab图像处理的相关算法实现程序(Contains matlab image processing procedures related algorithm)
- 2010-05-10 14:51:34下载
- 积分:1
-
nihequxian
得到一些列的离散数据,用matlab,进行曲线拟合(Get some out of discrete data with matlab, for curve fitting)
- 2010-06-04 16:33:03下载
- 积分:1