-
Generating-random-Numbers
使用案例讲解了matlab中的随机数生成,有源代码程序(Generating random Numbers)
- 2011-07-07 08:14:58下载
- 积分:1
-
EfficiencyofNetworks
计算网络效率,输入参数,网络的邻接矩阵,输出任意节点对间的效率,及网络效率。
设计思路:floyd算法求最短路径,求倒数,求平均值(Computing network efficiency, input parameters, the network' s adjacency matrix, any node between the output efficiency, and network efficiency. Design ideas: floyd shortest path algorithm, a reciprocal, an average)
- 2020-12-29 15:19:01下载
- 积分:1
-
Electronically-Scanned-Arrays
Electronically Scanned Arrays MATLAB Modeling and Simulation 全书PDF与书中的程序(Electronically Scanned Arrays MATLAB Modeling and Simulation PDF book and the book program)
- 2021-01-11 15:38:49下载
- 积分:1
-
MatlabandVC
MATLAB与VC++的混合编程,讲述了MATLAB与VC++的接口制作方法(MATLAB and VC++ Mixed programming, described the MATLAB and VC++ Interface methods)
- 2008-06-30 21:47:42下载
- 积分:1
-
fft
这个是一个基于matlab实现傅里叶变换的一个小的程序,共大家学习使用。(This is a matlab-based Fourier transform to achieve a small program, we were learning to use.)
- 2010-05-18 16:32:49下载
- 积分:1
-
5
说明: 给出五种常用小波基的时域和频域波形图,常用小波基有Haar小波、Daubechies(dbN)小波、Mexican Hat(mexh)小波、Morlet小波、Meyer小波等5种。(The time domain and frequency domain waveform diagram of five kinds of wavelet bases, wavelet base is Haar wavelet, Daubechies wavelet, Mexican (dbN) Hat (mexh) wavelet, Morlet wavelet, Meyer wavelet and 5.
)
- 2015-04-09 09:52:09下载
- 积分:1
-
matlab_help
这是一本很少见的中文matlab帮助手册,特别对于点运算等入门级知识进行了详解,大家共享吧!(This is a very rare Chinese matlab help manual, particularly for entry-level point of computing, such as the detailed knowledge, share it!)
- 2008-06-02 14:00:35下载
- 积分:1
-
mybp
MATLAB语言编写的利用遗传算法优化小波神经网络的一个例子(MATLAB language, an example of the use of genetic algorithms to optimize the wavelet neural network)
- 2012-05-04 21:59:25下载
- 积分:1
-
MultiHedgeTestPM
通过叠加期限结构和动量效应来构建期货多品种对冲策略(multi-futures hedge stragety)
- 2014-10-27 16:23:29下载
- 积分:1
-
fisher_classify
function [clusters,c,F]=fisher_classify(A,B,data)
fisher判别法程序
输入A、B为已知类别样本的样本-变量矩阵,data为待分类样本
输出C为判别系数向量
(function [clusters, c, F] = fisher_classify (A, B, data) fisher discriminant method procedures input A, B for a sample of known types of samples- variable matrix, data to be classified as output samples for discriminant coefficient vector C)
- 2009-05-09 17:16:52下载
- 积分:1