-
3
说明: eeg data,i have processed the datas,you can easily use load to load and use the data
- 2010-05-24 16:05:33下载
- 积分:1
-
affine
Affine finction to detect an dtrack features.
- 2012-04-27 18:06:39下载
- 积分:1
-
MM1
mm1 model source code
- 2012-11-28 09:15:26下载
- 积分:1
-
nsct_toolbox
大牛的非抽样CONTOULET变换MATLAB源码 (Big cow transformation of non-sampling MATLAB source CONTOULET)
- 2009-03-28 23:01:43下载
- 积分:1
-
my-2d_fft
实现快速傅里叶变换函数的matlab程序,以2D作为基来写的(Fast Fourier transform function matlab program to 2D as a base to write)
- 2013-08-08 09:34:36下载
- 积分:1
-
Chebpack
Chebpack by Damian Trif
- 2014-02-07 03:06:24下载
- 积分:1
-
Aircraft-inertial-navigation-control-system-desig
Aircraft inertial navigation control system design and simulation platform implementations
- 2012-04-18 13:46:01下载
- 积分:1
-
Recusive-Drawing
Recusive Drawing for a star, it depends on the angle between the edged of the star, also the user sets to witch level he wants the star to be recusivly drawn.
- 2015-01-03 17:27:36下载
- 积分:1
-
power_dstatcom_pwm
无功补偿器statcom的仿真图,运行良好,可以改进欢迎提意见很分享(Var Compensator statcom simulation map, running well, you can improve it are welcome to share comments)
- 2014-04-15 23:19:48下载
- 积分: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