-
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
-
chambolle
作者为Chambolle的论文An Algorithm for Total Variation Minimization and Applications的源代码及论文(The author is Chambolle papers An Algorithm for Total Variation Minimization and Applications of the source code and papers)
- 2013-12-21 21:10:31下载
- 积分:1
-
huffman
huffman code for compress
- 2015-02-21 11:55:01下载
- 积分:1
-
AZSEDC
Comme les autres régimes d’états liés présentés précédemment, l’état de quatre impulsions est très sensible à l’énergie de saturation et au gain petit signal. Quand l’énergie de saturation (respectivement le gain petit signal) varie dans la gamme de quelques pJ
- 2013-09-18 20:40:25下载
- 积分:1
-
beijingyouhua
灰色模型的背景值和求导过程的联合优化,效果非常不错(Joint optimization model and gray background value derivation process, the effect is very good)
- 2013-12-23 22:07:01下载
- 积分:1
-
smoothing-by-laplacian
Image sharpening using Laplacian
- 2013-05-03 18:18:58下载
- 积分:1
-
aGPR
高斯过程建模matlab原程序,sinx比X的测试程序。希望有用(Gaussian process modeling matlab original program, sinx than X' s testing program. I hope useful)
- 2015-02-03 21:01:06下载
- 积分:1
-
Home-Security-System-12-08-28
用matlab编写的家庭安全监控系统,运用无线网络摄像头,同软件实时监控家庭实际情况。(Home Security System write by matlab.)
- 2014-02-06 00:13:44下载
- 积分:1
-
qiuyeng_v65
小波包分析提取振动信号中的特征频率,语音信号的采集与处理,数字信号处理课设,实现了对10个数字音的识别。( Wavelet packet analysis to extract vibration signal characteristic frequency, Acquisition and Processing of the speech signal, digital signal processing class-based, To achieve the recognition of 10 digital sound.)
- 2017-02-05 15:04:21下载
- 积分:1
-
MATLAB-mapping-applications
MATLAB在作图应用中的若干问题,一个ppt,哈工大的刘正君老师讲的(MATLAB mapping applications, a ppt, HIT Liu Zhengjun teacher talks)
- 2013-03-08 16:39:42下载
- 积分:1