-
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
-
77433642fenshuiling_2
图像分割中的分水岭算法,且用matlab实现的。(The watershed segmentation algorithm, and implemented with matlab.)
- 2010-06-06 16:11:55下载
- 积分:1
-
fixed_bit_simulation
这个是关于OFDM固定比特仿真平台的源程序代码,解压缩后里面有子程序(this is fixed on OFDM simulation platform bit of the source code, after extracting inside a subroutine)
- 2006-12-11 14:18:22下载
- 积分:1
-
DCT_Qianru
说明: 这是关于DCT域的嵌入算法
用matlab实现的
它可以获得很高的不可感知性。(on DCT algorithm embedded with Matlab it can achieve the high Imperceptible sex.)
- 2006-03-22 12:58:50下载
- 积分:1
-
chazhi
matlab 一次插值 谐波分析
汉宁和哈明窗两种方法 (matlab time interpolation and harmonic analysis Hanning window are two ways to Benjamin)
- 2011-11-18 10:37:18下载
- 积分:1
-
Kalman_MATLAB
kalman的详尽的讲解,最好的kalman滤波范例(kalman detailed explanation, the best example of kalman filtering)
- 2008-05-20 14:59:16下载
- 积分:1
-
chapter5_1
倒谱的matlab实现,先用cool edit 软件录制歌曲(the relization of cepstrum of Matlab)
- 2011-05-09 12:44:39下载
- 积分:1
-
Code-Multisignature
This is demo program to simulate multisignature. It can work well in Matlab 2012. Try this!
- 2014-09-08 09:39:21下载
- 积分:1
-
Fireworks-Algorithm
烟花算法程序大全Fireworks Algorithm(Fireworks Algorithm)
- 2013-03-14 16:51:39下载
- 积分:1
-
Inequality-constrained-optimization
德克萨斯大学奥斯汀分校Baldick Ross教授关于不等式约束最优化问题的课件。详细阐述了最优潮流等典型最优化问题。(Baldick Ross Professor of the University of Texas at Austin courseware inequality constrained optimization problem. The typical elaborate OPF most optimization problems.)
- 2020-11-17 20:09:39下载
- 积分:1