-
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
-
cpbdesign
倍频程计算,在振动或噪声技术应用中经常用到的算法程序,是matlab源码(octave, the vibration or noise technology applications often use the algorithm process, the source Matlab)
- 2006-10-24 21:54:36下载
- 积分:1
-
single-phase_PWM_simulation
单相PWM可控整流原理仿真,以及一些相关文件资料(Principle of single-phase PWM controlled rectifier simulation, as well as some relevant documents)
- 2010-11-22 14:06:14下载
- 积分:1
-
random_signal
随机信号处理。包括对随机信号的识别,分类及处理。matlab编写(random signal processing. )
- 2009-07-11 12:43:23下载
- 积分:1
-
ft
说明: matlab 时域频域分析常用 工具箱
源代码 以及安装步骤(matlab time domain frequency domain analysis of common source code and installation steps Toolbox)
- 2010-04-20 10:55:39下载
- 积分:1
-
matlab
matlab的各种程序 适合初学者参考学习交流(matlab code)
- 2013-11-13 13:47:35下载
- 积分:1
-
image
NSD检测边缘算子,可用于一维信号二维图像,检测阶跃边缘(NSD edge detection operator, the signal can be used for one-dimensional two-dimensional image, the edge detection step)
- 2011-05-16 09:43:43下载
- 积分:1
-
apf-15.8.15
针对智能车路径规划的问题,采用人工势场法进行智能车的路径规划,进而为智能车提供一条安全无碰的较优路径。本程序基于源程序进行了改动,松弛了迭代终止条件,避免智能车绕过目标无限探测下去。(Smart car for path planning problem, the use of artificial potential field of intelligent vehicle route planning, thereby providing a safe path for the optimum touch smart car. The program is based on the source code made changes, relaxation iteration termination conditions, avoid detection infinitely intelligent car rounded the target down.)
- 2015-08-17 09:52:57下载
- 积分:1
-
control-chart
质量控制图模板,X-R控制图,可以用于质量工程师在企业内部进行过程质量控制(template of process control chart, x-r chart,which can be used for process control)
- 2014-08-26 13:11:31下载
- 积分:1
-
LEACH
无线传感器网络中LEACH协议代码,实现节点的分簇。(LEACH protocol code in wireless sensor network node clustering.)
- 2012-09-20 20:31:50下载
- 积分:1