-
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
-
SVMClassification
实现SVM数据挖掘分类模型,主要构造了SVM分类器。(Data mining to achieve SVM classification model, the main structure of the SVM classifier.)
- 2010-07-04 14:22:19下载
- 积分:1
-
ogive
气象研究用的小程序,希望能给大家提供一定的帮助(matlab)
- 2009-11-30 14:20:19下载
- 积分:1
-
mail
mailing system within lan
- 2010-02-24 14:55:02下载
- 积分:1
-
jakes
在有多普勒扩展的情况下,产生一个FIR滤波器。(Generates a FIR Jakes filter for a given Doppler spread)
- 2014-09-22 21:48:26下载
- 积分:1
-
Finite Difference Numerical Computation
说明: 本程序为利用matlab求解微分方程的源程序及相关例子(the procedures for the use of Matlab to solve the differential equation of the source and relevant examples)
- 2005-09-02 22:36:16下载
- 积分:1
-
OFDMsimulatinwithmatlab
说明: 文章详细分析了OFDM技术的实现原理,用MATLAB软件对OFDM的传输性能进行了仿真模拟并对结果进行了分析。(The article detailed analysis of the OFDM technology to achieve the principle of OFDM using MATLAB software for the transmission performance and simulation results are analyzed.)
- 2008-11-18 13:28:34下载
- 积分:1
-
svpwm
基于matlab s-function的SVPWM(空间矢量调制)实现。(Based matlab s-function of SVPWM (Space Vector Modulation) implementation.)
- 2014-10-29 10:01:24下载
- 积分:1
-
EightkWDCSource
8 kW DC DC BOOST to connect source of energy
- 2011-11-28 02:44:13下载
- 积分:1
-
eluosifangkuai
这个是用matlab实现的俄罗斯方块,很有意思的一个程序,界面和JAVA游戏一样的。(This is achieved using matlab Tetris, a very interesting process, the interface and JAVA games.)
- 2013-04-24 20:26:01下载
- 积分:1