-
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
-
LMS-auto-adapter-fiter
考虑一个线性自适应均衡器的原理方框图如《现代数字信号处理导论》p.275自适应均衡器应用示意图。用LMS算法实现这个自适应均衡器,画出一次实验的误差平方的收敛曲线,给出最后设计滤波器系数。一次实验的训练序列长度为500。进行20次独立实验,画出误差平方的收敛曲线。给出3个步长值的比较。(consider a linear adaptive equalizer block diagram as the principle of "modern digital signal processing" Introduction to the p.275 adaptive equalizer application schema. LMS algorithm with the adaptive equalizer, painted a square experimental error of convergence curve, given final design filter coefficients. Experimental a length of the training sequence to 500. Conduct 20 separate experiments, painted square error of the convergence curve. Given three step-value comparisons.)
- 2006-08-29 08:35:00下载
- 积分:1
-
MLPandGA
MLP and GA forDiabetesClassification
- 2007-06-16 17:14:46下载
- 积分:1
-
Neural-Engineering---Computation--Presentation-an
Neural Engineering - Computation, Presentation and Dynamics
- 2014-12-04 06:02:38下载
- 积分:1
-
tuxiangpeizhun
此程序是在MATLAB下进行图像配准,通过归一化互相关来确定图像配准的区域。(This program is for image registration in MATLAB, by normalized cross-correlation to determine the image registration area.)
- 2014-12-12 17:54:57下载
- 积分:1
-
genetic-althorithm
遗传算法实现优化函数,属于经典的遗传算法 (Genetic algorithm optimization function)
- 2013-11-19 15:32:56下载
- 积分:1
-
NNNN
A C++ Program to read a Non-Linear equation in one variable
- 2010-08-30 14:38:06下载
- 积分:1
-
1
说明: 物化实验——溶解热的数据处理程序,输入数据直接出结果(The experiment-RongXieRe geophysical data processing program, the input data directly out the results
)
- 2011-12-02 15:48:29下载
- 积分:1
-
graphical
transformation matrices for a wireframe cube
- 2013-05-01 13:53:35下载
- 积分:1
-
s-function
两本PDF格式电子书,是关于s-function编写的。内容很全面。(Two PDF format e-books, is about the s-function written. Content is very comprehensive.)
- 2014-04-08 20:20:11下载
- 积分:1