-
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
-
MUSIC
空间谱估计基本原理
MUSIC,ESPRIT算法(MUSIC,ESPRIT)
- 2010-12-17 23:08:08下载
- 积分:1
-
analysis
说明: 几个关于matlab数值分析的源程序,跟大家交流学习一下!(Several numerical analysis on the matlab source, learn about the exchange with you!)
- 2011-03-13 13:59:46下载
- 积分:1
-
mimomo
its a matlab program ~~~~~ you can do tit
- 2012-04-30 15:59:32下载
- 积分:1
-
Matlab
matlab微分方程具体解法,能帮助大家很好的解决matlab当中如何进行微分方程的解法(differential equations matlab specific solution can help you a good solution how to solve differential equations matlab among the)
- 2015-03-17 17:19:32下载
- 积分:1
-
ofdm123
OFDM系统完美仿真绝对可用包含星座图,时域频域仿真及传输函数(OFDM system is absolutely perfect simulation can include constellation, time domain simulation and frequency domain transfer function)
- 2010-06-02 21:11:05下载
- 积分:1
-
MyGUI
这是用MATlab进行用户界面设计的程程序这是界面的功能是:对连续时间函数w(t)=exp(-abs(t))在【-5,5】区间内进行采样,利用样条插值重构该连续函数,绘出重构图形并输出重构误差。(It is used MATlab process of user interface design process which is the interface functions are: a continuous time function w (t) = exp (-abs (t)) in the range】 【-5,5 samples, using spline Reconstruction of the continuous interpolation function, draw the reconstruction graphics and output reconstruction error.)
- 2009-10-27 11:38:54下载
- 积分:1
-
Matlabxindao
基于MATLAB的纠错码性能测试仿真,重点研究其信道差错序列的产生(MATLAB-based simulation of error-correcting code performance testing, focusing on the channel error sequences and)
- 2010-07-05 22:39:10下载
- 积分:1
-
ACATSP
用于解决旅行商问题,程序解决在31个城市寻找最短路径。(Used to solve the traveling salesman problem, procedures to resolve in 31 cities in search of the shortest path.)
- 2008-05-05 12:50:40下载
- 积分:1
-
homomorphic-filter
homomorphic filter codes are available.
- 2014-08-11 17:17:30下载
- 积分:1