-
parseSize
A tool for OOP overloading of the size() method, imitating I/O conventions of MATLAB s native SIZE.
(This function is an OOP aid for overloading the size() method in user-defined classes. If the user provides the vector of dimensions of a hypothetical array object, parseSize will take care of the main input/output argument processing in a way that imitates the conventions of MATLAB s usual SIZE function.
)
- 2010-12-14 15:38:17下载
- 积分:1
-
ToolBoxDataAcq
Using Data Acquisition Toolbox to process data from hardware
- 2006-10-15 10:58:44下载
- 积分:1
-
ACS754xCB-050
hall effect current sensor
- 2010-08-09 18:54:17下载
- 积分:1
-
toujingti
主要针对复杂介质模型透镜体进行的有限差分正演模拟,包含了边界条件等(Mainly for the finite difference model of the complex dielectric lens carried forward modeling, including the boundary conditions)
- 2014-03-09 14:50:00下载
- 积分:1
-
ReadData
read data function for project colour base image retrieval
- 2009-04-07 11:59:49下载
- 积分:1
-
lsb_embed
数字水印嵌入算法,利用空域变换的(lsb)算法(Digital watermark embedding algorithm, the use of airspace transform (lsb) algorithm)
- 2010-03-08 10:46:34下载
- 积分:1
-
mpnlms
这是一个应用与回声消除系统的lms算法的改进和代码实现(This is an application with the echo cancellation system lms algorithm improvement and code)
- 2011-07-10 10:58:55下载
- 积分:1
-
PMSM_POS_ACU
simulink环境下的永磁同步电机的位置环控制,速度曲线为梯形曲线。(simulink environment of permanent magnet synchronous motor position loop control, the speed curve is a trapezoid curve.)
- 2013-08-04 17:48:15下载
- 积分:1
-
1-fixed-lag-CRTS
发散的一个新的Rauch-Tung-Striebel形式容积卡尔曼平滑了非线性状态空间模型采用求容积法为最优平滑转换(A new form of Rauch-Tung-Striebel volume divergence Kalman smoother nonlinear state space model using the volumetric method for seeking the optimal smooth transition)
- 2015-01-06 21:28:04下载
- 积分:1
-
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