-
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
-
20075204qtfm
四元数法实现对卫星姿态的判断,四元数法实现对卫星姿态的判断,四元数法实现对卫星姿态的判断(Quaternion method on the judgment of the satellite attitude quaternion method to achieve a judgment of the satellite attitude, the quaternion method on the judgment of the satellite attitude
)
- 2012-05-15 16:11:34下载
- 积分:1
-
ULA_MVDR_beamforming
均匀线列矢量水听器阵MVDR波束形成研究(ULA vector sensors MVDR beamforming)
- 2020-11-06 11:39:49下载
- 积分:1
-
CircleBuffer
模板类名:CircleBuffer
功 能:环形缓冲区
优 点:相对于队列来说减少了很多对地址的反复操作,增加稳定性。(Template class name: CircleBuffer function: the ring buffer Pros: relative to the queue for reduced many repeated operation of the address, to increase stability.)
- 2013-03-29 23:07:39下载
- 积分:1
-
mlsift
matlab program of sift,and using for image processing
- 2014-12-14 22:08:24下载
- 积分:1
-
matlab_guide
a very practical guide for matlab users
- 2010-09-08 16:51:56下载
- 积分:1
-
superSudoku
说明: 由Cranfield大学的CaoYi教授编写的数独游戏。数独是风靡全球的智力游戏,本代码采用matlab实现基本的数独游戏功能。(By the Cranfield University, prepared by Professor CaoYi Sudoku. Sudoku is a popular puzzle game around the world, the code using matlab to achieve the basic function of Sudoku game.)
- 2010-04-20 09:46:42下载
- 积分:1
-
fuzzyPIDcontrol
设计了一种模糊自调整PID控制器,并利用MATLAB语言具体实例方便而迅速地实现了该控制器的计算机仿真。
是一片不错的论文(Design of a fuzzy self-tuning PID controller using MATLAB language and concrete examples of the ease and speed to achieve a computer simulation of the controller. Is a good paper)
- 2010-05-20 10:06:37下载
- 积分:1
-
4
说明: K近邻算法(KNN)的matlab源代码,程序清晰易读(K neighbor algorithm (KNN) of matlab source code, and the program is clear and easy to read)
- 2012-06-03 23:06:14下载
- 积分:1
-
matlab-M-S
有关matlab/simulink中m和s函数的模板及实例(Templates and examples about m and s function matlab/simulink)
- 2013-01-25 13:56:49下载
- 积分:1