-
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
-
fisher
Fisher线性判别函数是研究线性判别函数中最有影响的方法之一。(Fisher linear discriminant function is one of the most influential in linear discriminant function.)
- 2012-04-15 22:31:30下载
- 积分:1
-
With-2-Hidden-Layer-Backpropagation-Using-Matlab
With 2 Hidden Layer Backpropagation Using Matlab
- 2013-10-08 15:01:17下载
- 积分:1
-
num_util
float to binary conversion using matlab
- 2012-08-22 14:59:29下载
- 积分:1
-
antenna
利用GUI制作另一个简单的多种常见天线方向图的二维和三维制图界面。适合初学者掌握GUI功能和天线基础。(A simple GUI for some common antenna direction graph with 2-dimension and 3-dimension.)
- 2015-01-14 16:16:08下载
- 积分:1
-
OOK
ook调制代码,基于matlab的,经测试,完全正确。。。(ook modulation code, based on matlab, tested, completely correct. . .)
- 2010-07-23 11:49:49下载
- 积分:1
-
coefficient-and-plsstd
光谱分析中用到相关性分析和对环己烷、环己醇、环己酮、己二酸的PLS_STD方法建模,十分宝贵的matlab程序,对你的科研有着点睛之笔之效果。(This programmer is about how to deal with spectrosopy data .So it is very useful.It is about how to deal with the raw data,it is helpful to your science working.)
- 2015-01-04 16:38:44下载
- 积分:1
-
pre-emphasissub-framewindowed
matlab编写的关于语音信号预加重,分帧加窗的程序。(matlab, prepared by the speech signal pre-emphasis, sub-frame windowed program.)
- 2009-12-10 20:55:47下载
- 积分:1
-
Run
说明: 包括OFDM符号的加循环前缀,去循环前缀,加时延3个程序。(Including OFDM symbol cyclic prefix added to the cyclic prefix, plus 3 delay procedures.)
- 2011-03-18 11:21:15下载
- 积分:1
-
cyclic-spectrum-identification
基于循环谱的调制方式识别与高动态同步技术研究(Modulation based on cyclic spectrum identification and synchronization of high dynamic)
- 2011-05-13 11:30:40下载
- 积分:1