-
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
-
DOA
高阶谱分析工具6,适用于阵列信号处理、雷达信号处理等。(High-order spectral analysis toolbox for array signal processing, radar signal processing.)
- 2009-04-04 16:10:49下载
- 积分:1
-
7-121-02176-5
说明: 本书系统地介绍MATLAB 7.0的混合编程方法和技巧,包括MATLAB的基础知识、MATLAB混合编程、几种典型的混合编程方法等,并以图像处理为例介绍了一个综合应用实例。(Book is a systematic introduction to MATLAB 7.0, and mixed programming skills, including basic knowledge of MATLAB, MATLAB hybrid programming, typical of mixed programming methods, and to image processing as an example, introduced a comprehensive application instance.)
- 2010-04-22 16:30:35下载
- 积分:1
-
求解非线性代数方程组的有效方法 Newton-Raphson
牛顿-拉夫逊法在数学上是求解非线性代数方程组的有效方法,其要点是把非线性方程求解过程变成反复地对相应的线性方程进行求解的过程。(Newton- Raphson method in mathematics is an effective method for solving nonlinear algebraic equations, the point is that the non-linear equation solving process into the process repeated for the corresponding linear equation solving.)
- 2020-07-08 16:38:56下载
- 积分:1
-
RunUser
以某个用户的权限运行程序,相当于windows下的run as(Permissions to a user running the program, which is equivalent to run as under windows)
- 2009-01-21 15:23:56下载
- 积分:1
-
viewfactor12
This file is used to calculate the view factors
- 2010-08-12 16:27:24下载
- 积分:1
-
tutorialofmatlab
wonderful tutorial of matlab include many souce code(wonderful tutorial include many of Matlab souce code)
- 2007-06-16 17:38:19下载
- 积分:1
-
psoplotbestf
matlab programm for pso algorithem
- 2013-02-02 17:54:26下载
- 积分:1
-
PF_fletcherReeves
penalty function_fletcheReeves
- 2012-04-18 15:45:57下载
- 积分:1
-
MATLAB_2010B_INSTALL
MATLAB_2010B_安装方法 详细说明(MATLAB_2010B_ Installation Details)
- 2011-06-19 20:00:49下载
- 积分:1