-
sign-theory-for-MATLAB
雷达信号理论的MATLAB(林茂庸著)内相关MATLAB仿真程序(MATLAB for radar sign theory )
- 2014-09-23 16:10:44下载
- 积分:1
-
solving-equations-
matlab 解方程组,超定方程组,微分方程组,偏微分(matlab solutions of equations, overdetermined equations, differential equations, partial differential)
- 2014-12-27 16:09:25下载
- 积分:1
-
svm
matlab svm library and example
- 2015-02-03 11:00:03下载
- 积分:1
-
宽带信号 DOA估计 BASS-ALE
说明: 宽带信号 DOA估计 BASS-ALE
该算法优于CSM 和 ISM、(Broad band DOA estimation of bass-ale
This algorithm is superior to CSM and ism.)
- 2019-10-31 14:34:18下载
- 积分:1
-
SpeechRecognition
Speech Recognition Using Correlation Method .m working files.
- 2011-02-11 06:59:22下载
- 积分:1
-
wishbone
基于matlab的suspension system 优化(adams suspension system optimization)
- 2010-06-03 20:56:44下载
- 积分:1
-
efg1d
一篇优秀的无网格伽辽金方法入门文章。这篇文章最好的地方在于——提供了matlab源码。方便大家了解和学习无网格的编程实现(An excellent method EFGM article entry. This article is the best place- to provide a matlab source code. U.S. to facilitate understanding and learning programming meshless realize)
- 2007-11-07 15:54:32下载
- 积分:1
-
matchimages
match two images and extract features.
- 2009-12-28 20:08:46下载
- 积分:1
-
MAP
MATLAB m函数,讲述如何制作电动汽车方面效率MAP图(MATLAB m function, about how to make electric vehicle efficiency MAP)
- 2012-06-24 17:52:55下载
- 积分: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