-
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
-
peEllip5
用五点差分格式解拉普拉斯方程和用工字型差分格式解拉普拉斯方程,均生生成为函数文件,可以指教调用(By five o clock Difference Schemes for Solving the Laplace equation and labor font Difference Schemes for Solving the Laplace equation, both life and life becomes a function of the file, you can enlighten call)
- 2014-11-09 22:25:48下载
- 积分:1
-
ACATSP3.m
基于蚁群算法的路径规划改进方法,适合各种机器人路径规划(Improved method for path planning based on ant colony algorithm, suitable for a variety of robot path planning)
- 2013-05-13 22:08:09下载
- 积分:1
-
Desktop
preview of update parametre with matlab
- 2010-06-14 21:10:33下载
- 积分:1
-
Matlabppt
MATLAB的ppt讲解的很细致哦。希望有人能用到!!!!!(MATLAB ppt)
- 2009-04-06 01:05:42下载
- 积分:1
-
IEEE-standard-test-systems-data
这是IEEE电力系统标准14-30-57-118节点图!(This is the IEEE standard 14-30-57-118 power system node figure!
)
- 2013-08-25 10:50:58下载
- 积分:1
-
code
指纹识别的matlab程序代码,对于学习指纹的朋友来说是不错的选择。(Fingerprint recognition matlab code, for studying fingerprints Friend is a good choice.)
- 2009-03-22 08:51:50下载
- 积分:1
-
skylab
Sky lab calculate position of satellite in GNSS systems and calculate elevation and azimuth them and show them.
- 2009-05-12 15:50:17下载
- 积分:1
-
demos
时频分析部分程序,包括paramfun.m、tfdemo1.m、tfdemo2.m、tfdemo3.m、tfdemo4.m、tfdemo5.m等(The time-frequency part program)
- 2012-04-27 18:21:02下载
- 积分:1
-
TSAPNaN
如题,时间序列分析相关matlab程序代码,应该比较全了(Relevant matlab code such as the title, time series analysis, all)
- 2013-02-28 10:29:53下载
- 积分:1