-
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
-
FuzzyControllerDesign
说明: 这是我智能控制课上的大作业,要求设计一符合要求的模糊控制器,作业中附带了程序,并有matlab仿真图。(This is my class on intelligent control of large operations, to meet the requirements to design a fuzzy controller, operations with the program, and a matlab simulation of Fig)
- 2020-11-09 18:49:47下载
- 积分:1
-
lm_ts
training Takagi-Sugeno fuzzy systems using the Levenberg-Marquardt method
- 2012-02-09 03:56:10下载
- 积分:1
-
ant
Ant simulations with DOS interface and using Turbo C 3.0 to compile
- 2010-08-02 14:16:32下载
- 积分:1
-
BPSKTEST
THIS PROGRAM FOR NETWORK CODING
- 2012-06-25 22:07:23下载
- 积分:1
-
TFD-chirplet
说明: matlab 压缩包文件,基于时频分析的isar回波处理历程,基于时频分析的多分量现形调频信号处理(matlab compressed file, based on the time-frequency analysis of the ISAR echo processing course, based on the time-frequency analysis of multi-component FM signal processing edition)
- 2020-11-16 21:49:40下载
- 积分:1
-
radon56
车牌水平矫正中radon变换的应用,注意radon变换检测直线方向有几种,有基于投影最大值的,有基于车牌字符空隙的等。(The level of radon transform plate correction application, pay attention to radon transform to detect straight line there are several, with the maximum value based on the projection, there are gaps in the other characters on license plates.)
- 2010-07-26 10:32:42下载
- 积分:1
-
MODULATION
这个源程序代码包提供了通信系统中BPSK,QPSK,OQPSK,MSK,MSK2,GMSK,QAM,QAM16等调制解调方式 用matlab的实现,以及它们在AWGN和Rayleigh信道下的通信系统实现及误码率性能(The source code package provides a communication system in BPSK, QPSK, OQPSK, MSK, MSK2, GMSK, QAM, QAM16 manner, such as modulation and demodulation matlab realization, as well as their in AWGN and Rayleigh fading and realize the communication system error rate performance)
- 2021-05-16 11:30:07下载
- 积分:1
-
MELP_Fixed
melp fixed point compression is very useful for speech coding in bit rate 2400bps
- 2009-06-07 14:31:17下载
- 积分:1
-
分解与合成
用Matlab中的Haar和Db9小波对图像进行分解和重构,并在不同阈值下用PNG格式存储重构的图像.(Matlab Haar and the right image Db9 wavelet decomposition and reconstruction, and under different thresholds with PNG format image storage remodeling.)
- 2005-07-11 09:10:47下载
- 积分:1