-
anim
利用matlab制作红色小球沿一条封闭螺线运动的实时动画,对制作动画很有启发性(Matlab produced using the red ball along a closed spiral movement in real-time animation, the animation was very instructive)
- 2007-12-12 09:20:12下载
- 积分:1
-
wavelet
小波变换的matlab程序,里面有对图片的小波变换和波形文件的小波变换程序(Matlab wavelet transform procedure, which the picture has on the waveform of wavelet transform and wavelet transform procedures documents)
- 2009-04-02 20:47:14下载
- 积分:1
-
Inequality-constrained-optimization
德克萨斯大学奥斯汀分校Baldick Ross教授关于不等式约束最优化问题的课件。详细阐述了最优潮流等典型最优化问题。(Baldick Ross Professor of the University of Texas at Austin courseware inequality constrained optimization problem. The typical elaborate OPF most optimization problems.)
- 2020-11-17 20:09:39下载
- 积分:1
-
SVM
SVM简单算法,利用该算法可以实现简单的几类数据的分类问题,非常简便(SVM simple algorithm, using this algorithm can achieve a simple classification of data types, very simple)
- 2015-11-23 15:01:17下载
- 积分:1
-
uwb
关于UWB的信号设计,信道仿真,信号处理的matlab程序,共100多个已成函数!所有函数已有说明!(About UWB signal design, channel simulation, signal processing matlab, with a total of more than 100 has become a function! All function is described!)
- 2009-03-27 09:04:14下载
- 积分:1
-
travelsale
利用遗传算法解决旅行商问题,以五个城市为例,给出了程序的源码和具体说明。(using genetic algorithms to solve the traveling salesman problem, and to five cities as an example, the program source and specify.)
- 2007-05-25 22:24:21下载
- 积分:1
-
impmet23
Antenna and EM Modeling with MATLAB
- 2011-10-07 06:20:40下载
- 积分:1
-
matlab-learning-material
matlab学习资料。适合新手,系统讲解matlab软件基本功能。(matlab learning materials. Suitable for the novice, the basic functions of the system on matlab software.)
- 2012-11-27 16:57:36下载
- 积分:1
-
14自由度汽车模型以及论文
汽车14自由度仿真simulink文件,包括车身6个自由度,悬架4自由度,车轮4自由度。模型跑得通,且和carsim中同种工况下的运行结果相同,精度较高。
除此之外还有模型搭建的对应论文可供参考学习(Vehicle 14 DOF simulation Simulink file, including 6 DOF of body, 4 DOF of suspension and 4 DOF of wheel. The model runs well and has the same result as that of Carsim under the same working condition, with high accuracy.
In addition, there are corresponding papers on model building for reference.)
- 2020-12-13 13:09:15下载
- 积分:1
-
pca
Function to perform Principle Component Analysis over a set of training
vectors passed as a concatenated matrix.
Usage:- [V,D,M] = pca(X,n)
[V,D] = pca(X,aM,n)
where:-
<input>
X = concatenated set of column vectors
aM = assume that the mean is aM
n = number of principal components to extract (optional)
<output>
V = ensemble of column eigen-vectors
D = vector of eigen-values
M = mean of X (optional)
- 2013-07-09 15:06:40下载
- 积分:1