-
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
-
BraggWilliams
these are codes for thermodynamics.
- 2010-12-09 16:07:40下载
- 积分:1
-
Wavelet_Matlab7
《小波分析理论与Matlab7实现》书籍源码( Wavelet Analysis Theory and realize Matlab7 books-source)
- 2008-02-29 15:13:57下载
- 积分:1
-
《射频电路设计——理论与应用》一书课后习题第四章Matlab程序代码-RF_ch04
《射频电路设计——理论与应用》一书课后习题第四章Matlab程序代码("RF circuit design-- Theory and Application," a book chapter IV Swimming Exercises Matlab code)
- 2005-04-04 19:43:09下载
- 积分:1
-
maxmatch
解决最大匹配问题的程序,经过调试,运行正常,并附上测试程序(Maximum matching problem solving process, after commissioning, operating normally, along with test procedures)
- 2013-07-15 21:44:06下载
- 积分:1
-
SFFT
全息重建一次SFFT算法,MATLAB代码(matlab SFFT Holographic reconstruction)
- 2021-05-08 13:08:35下载
- 积分:1
-
nihe
拟合问题引例及基本原理,用数学软件求解拟合问题(Fitting the cited cases and the basic principles of using mathematical software to solve the fitting problem)
- 2012-05-03 07:42:52下载
- 积分:1
-
TOAA_TOA_LS
Active approach - TOA LS(Active approach- TOA LS)
- 2007-04-30 16:51:17下载
- 积分:1
-
Boost_DCmotor
DC-DC Boost Converter fed DC motor
- 2014-12-22 19:31:50下载
- 积分:1
-
INS
惯性导航算法,有输入数据,在MATLAB下的哦,直接就可以运行得通,惯性技术作业哦!(Inertial navigation algorithm, the input data in MATLAB Oh, it can be shipped directly works, inertial technology jobs oh!)
- 2013-11-24 23:43:11下载
- 积分:1