-
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
-
queue
M/M/1 模型,主要用来求解单对单服务台的模型,过程比较简介,适合任何分布(M/M/1 model, mainly used to solve the one-on-one help desk model, the process is relatively brief, suitable for any distribution)
- 2008-01-23 14:03:11下载
- 积分:1
-
matlabyingyongchengxubaili
matlab应用程序百例,老师推荐的资源,很不错,可以下载看看(matlab application 100 cases, the teacher recommended resources, very good, you can download to see)
- 2010-05-11 21:02:23下载
- 积分:1
-
tuxiangdesuofang
实用MATLAB对图像进行处理,主要是图像的缩放,滤波 (Practical MATLAB image processing, image zoom, filtering)
- 2012-07-17 20:09:12下载
- 积分:1
-
wsn-code
这是基于虚拟力的无线传感网络覆盖仿真的源代码(This is based on the virtual power wireless sensor network coverage simulation source code)
- 2021-04-27 23:38:44下载
- 积分:1
-
fangxianglvbofenge
通过构造加博函数进行加博滤波实现对指纹图像的分割(By constructing Gabor function Gabor filter is on the fingerprint image segmentation)
- 2010-05-21 11:14:46下载
- 积分:1
-
UPL17180_19
UN AUTRE MONDE DE LA VISION.............MATLAB..................SEGMENTATION
- 2013-12-12 18:13:45下载
- 积分:1
-
tea
MATLAB在学生成绩管理中的应用 内容较为简单(MATLAB in the management of student achievement is relatively simple)
- 2012-05-14 12:00:44下载
- 积分:1
-
raodongxinhaochansheng
作为电力系统暂态,产生必要的扰动模拟信号用于分析(As a power system transient, resulting in the disturbance necessary for the analysis of analog signals)
- 2011-08-31 11:22:24下载
- 积分:1
-
rotate
平移数组元素的实例程序。来自编程珠玑。非常有用。(rotate array, sample code from programming pearls.)
- 2011-11-02 00:35:08下载
- 积分:1