-
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
-
MATLAB
本文为 Stephen J.Chapman《MATLAB 编程(第二版) 》英文影印版的中文译本,这本
书对初学者很好的入门教材。之前从网上下载到邢树军兄弟译的 pdf版本(MATLAB-from fresh to expert.MATLAB Programming for Engineers)
- 2010-06-06 11:30:04下载
- 积分:1
-
Matlab
基于Matlab的灰色预测算法.灰色预测是指:通过少量的、不完全的信息,建立灰色微分预测模型,对事物发展规律作出模糊性的长期描述(模糊预测领域中理论、方法较为完善的预测学分支)。(Matlab-based prediction algorithm of gray. Gray prediction means: through a small amount of incomplete information, the establishment of differential gray prediction model, the law of development of things to make long-term description of fuzzy (fuzzy predictive field theory, methods, better predictions branch).)
- 2009-04-09 11:12:38下载
- 积分:1
-
bdfmdq
无刷双馈风力发电机的模型 BDFMdq 基于MATALAB的模型(Brushless doubly-fed wind turbine model MATALAB based on the model BDFMdq)
- 2009-05-08 14:14:29下载
- 积分:1
-
upqcfuzzy1
统一电能质量调节器检测与补偿控制策略研究(Unified power quality conditioner detection and compensation control strategy research)
- 2014-11-06 17:08:32下载
- 积分:1
-
fil
MATLAB code describing adaptive filter
- 2014-02-08 18:22:22下载
- 积分:1
-
optimized
optimize the parameters of fuzzy controller(optimiztion of fuzzy proportional factor based on genetic algorithm)
- 2010-08-10 14:40:43下载
- 积分:1
-
25811222ofdm
OFDM传输技术的原理和matlab仿真(OFDM transmission technology and the principle of matlab simulation)
- 2009-05-13 00:17:14下载
- 积分:1
-
Sim_P_e_hne
performance evalution handover network
- 2013-02-20 15:06:08下载
- 积分:1
-
MPS2MAT
to read mps file in matlab
- 2012-08-18 11:24:01下载
- 积分:1