-
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
-
chaos-toolbox
说明: 混沌时间序列 吸引子 分形 程序 工具包
混沌时间序列分析与预测工具箱 Version1.2
chaotic time series analysis and prediction matlab toolbox - version 1.2
(Chaotic attractor of fractal time series Toolkit chaotic time series analysis and prediction toolbox Version1.2 chaotic time series analysis and prediction matlab toolbox- version 1.2)
- 2011-04-13 19:16:20下载
- 积分:1
-
SVT_MostRecent
经典的奇异值阈值算法用来解决矩阵填充问题,这是最新更新的版本(A singular value thresholding algorithm for matrix completion)
- 2012-05-16 21:06:00下载
- 积分:1
-
PSO
PSO的教学案例:
对于初学matlab的学子或刚解除PSO算法的学子而言,该案例具有很好的代表性!(Teaching Case PSO: For beginners matlab for students or just students in terms of lifting the PSO algorithm, the case has a good representation!)
- 2014-01-20 21:05:24下载
- 积分:1
-
code-for-face-detection
Lets see how to detect face, nose, mouth and eyes using the MATLAB built-in class and function. Based on Viola-Jones face detection algorithm, the computer vision system toolbox contains vision.CascadeObjectDetector System object which detects objects based on above mentioned algorithm.
- 2014-03-26 18:27:47下载
- 积分:1
-
matlab
里卖含有很多函数,如求最大值,最小值函数,一范数和二范数相加的问题。(Being sold contain a lot of functions, such as seeking the maximum, minimum function, the sum of a norm and the two norm.)
- 2013-03-31 20:30:40下载
- 积分:1
-
AHP-method
此为层次分析法的MATLAB源程序,并有详细说明(This is the AHP MATLAB source, and a detailed description of)
- 2011-09-07 15:42:21下载
- 积分:1
-
dNSCT--remote-image-fusion
IHS变换域的遥感图像NSCT融合算法 石爱业 马艳军 黄凤辰 徐立中 河海大学学报(自然科学版) 2008-11-25 期刊(NSCT ihs transform domain of remote sensing image fusion algorithm stone love industry Ma Yanjun Huang Fengchen Xu Lizhong journal of hohai university (natural science edition) 2008-11-25 journals)
- 2013-12-15 15:52:16下载
- 积分:1
-
matlabPyrTools
matlab library to laplician pyramids
- 2013-12-09 22:04:41下载
- 积分:1
-
map
MAP的MATLAB代码及其turbo卷积码应用程序代码(MAP and turbo convolutional code applications)
- 2009-11-09 21:18:51下载
- 积分:1