-
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
-
Subtractionmethod
数字图像处理之差影法源程序(初学者必备)(Digital image processing of subtraction method source (beginners necessary))
- 2010-06-28 23:19:17下载
- 积分:1
-
bpsk_mp_rayleigh_fading
bpsk瑞利衰减信道simlink的仿真(bpsk_mp_rayleigh_fading)
- 2009-11-05 20:34:20下载
- 积分:1
-
MLalgorithm
先得到一个定位初始估计值,再利用建立最大似然方程对这个定位初始估计值进行修正,从而得到更优定位结果值,方法更接近于最大似然方法。(Get the a position initial estimate, re-use to establish the maximum likelihood equations corrected for positioning the initial estimates, resulting in better positioning the resulting value is closer to the maximum likelihood method.)
- 2013-05-17 16:21:02下载
- 积分:1
-
Particle-Filter-Toolbox
Matlab最新最完整的粒子滤波工具箱,建议在matlab7.X环境下运行(Matlab latest and most complete toolbox particle filter, the proposed environment running under matlab7.X)
- 2014-04-03 10:10:18下载
- 积分:1
-
gcc
Generalised Cross Correlation Algorithms. It is useful to estimate the time delay in almost all situations
- 2013-12-03 18:16:56下载
- 积分:1
-
susan
自己写的两种susan边缘检测算子。能够较好的实现弱边缘的精确检测。(Susan wrote their own edge detection operator. Better able to accurately detect the weak edge.)
- 2010-09-28 14:47:40下载
- 积分:1
-
Transfer_exercises_05.26.01
离散时间语音信号处理--原理与应用 相关matlab文件(Discrete-Time Speech Signal Processing:Principles and Practice )
- 2013-07-27 10:45:31下载
- 积分:1
-
MM-for-NMF
文献“Majorization-minimization algorithm for smooth Itakura-Saito nonnegative matrix factorization”的matlab仿真源码(Matlab simulation source literature Majorization-minimization algorithm for smooth Itakura-Saito nonnegative matrix factorization " )
- 2013-04-08 15:48:57下载
- 积分:1
-
chengxun
kalman滤波及坐标转换 包括笛卡尔坐标与极坐标,gauss噪声,地理坐标和ECEF坐标转换函数(kalman filter)
- 2011-11-22 22:42:42下载
- 积分:1