-
Prony Toolbox Download
说明: 利用prony算法提取信号的幅值、频率和衰减因子,删除了mathworks工具包中的bug(The Prony algorithm is used to extract the amplitude, frequency and attenuation factor of the signal, and the bugs in the MathWorks toolkit are deleted.)
- 2019-06-23 16:23:14下载
- 积分:1
-
23
说明: 用于实现方块编码的代码,实现图象的编码,C++代码(Coding for the realization of the code box, realize the image encoding, C++ Code)
- 2007-09-10 13:11:52下载
- 积分:1
-
MATLAB.for.Engineers.and.Scientists
其中包括matlab的基础学习和应用,内容为英文版本,耐心看下去可以让你的matlab技术有一个质的提高。(Including Matlab based learning applications, content for the English version, the patience to read on your matlab technology allows a qualitative improvement.)
- 2012-05-24 16:42:23下载
- 积分:1
-
queue
关于食堂就餐顾客的排队问题的仿真程序,maltab编写(A simulation program on the queuing problem of dining room customers)
- 2018-03-13 09:43:35下载
- 积分:1
-
cluster_jsp
说明: MATLAB的jsp和K聚类算法,试试看,不错的,谢谢(MATLAB' s jsp and K clustering algorithm, give it a try, yes, thank you)
- 2010-04-14 17:58:18下载
- 积分:1
-
Karlman
matlab语言 kalman开发 适用于初学者 (matlab language the kalman development suitable for beginners)
- 2013-03-06 21:52:22下载
- 积分:1
-
test_2
montecarlo的源程序,希望对大家游泳 (Montecarlo source, in the hope that U.S. Swimming)
- 2007-10-18 10:41:40下载
- 积分:1
-
meimei
说明: matlab聚类分析方法,利用c均值方法对IRIS数据进行聚类分析(matlab cluster analysis methods using c mean clustering analysis of IRIS data)
- 2010-04-09 20:28:08下载
- 积分:1
-
构造非平稳信号
说明: 该程序代码是用于构造非平稳的信号的代码,其统计特性是随时间而变的。(This program code is used to construct non-stationary signals)
- 2020-04-11 22:15:06下载
- 积分: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