-
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
-
ZtransformusingMatlab
Z-transform, like the Laplace transform, is an indispensable mathematical
tool for the design, analysis and monitoring of systems. The z-transform is
the discrete-time counter-part of the Laplace transform and a generalization
of the Fourier transform of a sampled signal. Like Laplace transform the z-
transform allows insight into the transient behavior, the steady state
behavior, and the stability of discrete-time systems. A working knowledge
of the z-transform is essential to the study of digital filters and systems.
- 2012-04-16 14:22:57下载
- 积分:1
-
matlab-learning
matlab学习资料,适用于初学者对matlab进行入门学习(matlab learning materials, suitable for beginners to get started on learning matlab)
- 2014-11-12 21:00:08下载
- 积分:1
-
7
说明: 双曲型方程组的理论基础,包括守恒型方程组、非守恒型方程组的理论基础(The theory of hyperbolic basis, including the conservation equations, equations of non-conservative theory)
- 2011-03-19 10:09:52下载
- 积分:1
-
CSTRs_Closedloop
三串联cstr等温反应器的闭环控制系统,用ODE45()进行积分,积分步长自动调节(The three tandem the cstr isothermal reactor closed-loop control system, integrating ODE45 () automatically adjust the integration step)
- 2013-01-24 15:14:45下载
- 积分:1
-
harris
harris角点检测,检测图像中的角点,可以用来匹配两幅图像(harris coner dictertor)
- 2010-10-20 15:17:28下载
- 积分:1
-
PrProcessing
在进行车牌识别的预处理过程中,如何有效地提高车牌图像质量是一个关键,这一步处理的好坏将直接影响到后面车牌识别的效果。 本文重点研究直方图修改技术增强图像方法在车牌识别预处理中的应用,给出了直方图修改技术的原理,以及直方图均衡化、规定化和对比度调整的原理,最后用MATLAB来实现车牌图像增强的效果。(License Plate Recognition in the pre-treatment process, how to effectively improve the image quality license plate is a key to dealing with the merits or demerits of this step will directly affect the effectiveness of the back license plate recognition. This article focuses on the image histogram modification method to enhance license plate recognition in the pre-processing of applications, given the principle of histogram modification techniques, as well as histogram equalization, contrast adjustment provisions and the principles of using MATLAB to achieve the final vehicle the effect of brand image enhancement.)
- 2009-04-22 22:02:17下载
- 积分:1
-
swf-file-format-spec
SWF File format specification
- 2014-08-26 11:14:28下载
- 积分:1
-
gnc_mfiles
mallab codes for marine guidance and control
- 2012-01-12 23:49:57下载
- 积分:1
-
matlabXiaoBoNN
一个通用的matlab程序 小波神经网络(A common procedure matlab wavelet neural network)
- 2008-12-30 18:11:09下载
- 积分:1