-
multiratefilter
Multirate filter design and simulation using MATLAB.
- 2007-09-30 18:31:55下载
- 积分:1
-
TSP
Matlab 应用,基于最近相邻节点的旅行商问题解决模式(Nearest Neighbor algorithm ,for the Travelling Salesman Problem)
- 2014-01-10 14:52:48下载
- 积分:1
-
FastMM4991
Arquivo do Fastreport para implementaç ã o
- 2014-02-13 21:19:29下载
- 积分:1
-
MATLAB-for-EXCEL
matlab对EXCEL进行操作,包含xlswrite函数和xlsread函数。(matlab for EXCEL operation, including xlswrite functions and xlsread function.)
- 2013-10-06 10:32:28下载
- 积分:1
-
dynamicalsystem
几种常见混沌时间序列matlab实现
1)chua flow
2)duffing flow
3)Rossler flow
4)Lorenz flow
5)ikeda flow
6)Mackey_Glass flow
7)logistic map
8)henon map
9)Quadratic map(二次图)
也欢迎大家提供更多的混沌方程或映射的经典matlab实现。
(several common chaotic time series to achieve a Matlab) chua flow 2) duffin 3 g flow) Rossler flow 4) Lorenz flow 5) ikeda ss w 6) 7 Mackey_Glass flow) Logistic map 8) henon m ap 9) Quadratic map (Second) of welcome we provide more chaotic or mapping equations by the Code Implementation of Matlab.)
- 2020-08-18 13:18:21下载
- 积分:1
-
MatLab-Applications
本书的优势一是从使用者出发,二是以matlab的symbolic工具箱为主,兼顾其数值计算对matlab加以介绍(One advantage of the book starting from the user, or by the symbolic toolbox matlab-based, taking into account the numerical calculation to be introduced on matlab)
- 2011-08-09 18:40:36下载
- 积分:1
-
MATLAB65
最好的MATLAB书,即可以作入门教材,又可以做实用手册。买的话贵了一点,现在出了7.0版,但是还是这本6.5版经典。个人认为最先出的书是有真知灼见的作者写的,后来的都是抄别人的。(the best book that can make introductory materials, can do practical manual. Buy the expensive, but now a version 7.0, or 6.5 version of this classic. Personally think that the first book is a vision of the author, were later copied by others.)
- 2007-07-02 21:21:24下载
- 积分:1
-
airportconveyer
Airport conveyer model
- 2015-03-04 16:39:15下载
- 积分:1
-
Cdma2k
CDMA 2000 simulation using SIMULINK
- 2007-09-30 18:15:11下载
- 积分:1
-
kmeans
function [L,C] = kmeans(X,k)
KMEANS Cluster multivariate data using the k-means++ algorithm.
[L,C] = kmeans(X,k) produces a 1-by-size(X,2) vector L with one class
label per column in X and a size(X,1)-by-k matrix C containing the
centers corresponding to each class.
Version: 07/08/11
Authors: Laurent Sorber (Laurent.Sorber@cs.kuleuven.be)
References:
[1] J. B. MacQueen, "Some Methods for Classification and Analysis of
MultiVariate Observations", in Proc. of the fifth Berkeley
Symposium on Mathematical Statistics and Probability, L. M. L. Cam
and J. Neyman, eds., vol. 1, UC Press, 1967, pp. 281-297.
[2] D. Arthur and S. Vassilvitskii, "k-means++: The Advantages of
Careful Seeding", Technical Report 2006-13, Stanford InfoLab, 2006.
- 2011-12-22 19:38:16下载
- 积分:1