-
matlab
参加数学建模培训用的matlab教程,有基本用法,还有实例,一个星期之内可以学完,而且会用。
内容如下:
MATLAB入门
Matlab作图
线性规划
无约束优化
非线性规划
微分方程
最短路问题
行遍性问题
数据的统计描述与分析
回归分析
计算机模拟
插值
拟合
每讲都包含源码,完全可用。
希望大家多多支持,给个好评。
(Participate in the training of mathematical modeling used matlab tutorial, basic usage, as well as examples of a week to learn End, and will be used. As follows: MATLAB Introduction to Matlab mapping optimization linear programming linear programming differential line shortest path problem over the problem of statistical description and analysis of data, regression analysis, interpolation fitting computer simulation of stresses are included for each source, completely free. Hope you can enjoy, give praise.)
- 2010-08-31 18:29:08下载
- 积分:1
-
LearnMatlab7
说明: 这是一本关于matlab7.0的电子图书,按照它学习,很方便大家的.(This is a book about matlab7.0 e-books, according to its study, it is convenient to the people.)
- 2010-03-24 18:01:35下载
- 积分:1
-
MATLAB-code-demonstrating-digital-MSK-signal-gene
MATLAB code demonstrating digital MSK
- 2015-03-30 19:34:07下载
- 积分:1
-
junheng
实现均衡的几个小程序,供学习通信原理的参考(Balanced a few small programs, for learning and communication principle reference)
- 2012-11-27 15:54:56下载
- 积分:1
-
shark
一个水下无人自主航行器(AUV)的MATLAB/simulink仿真程序,写得很详细,有附带的s函数和m文件供参考学习。看资源里水下无人航行器的仿真程序比较少,特上传来与大家分享。(An underwater autonomous Vehicle (AUV) in the MATLAB/simulink simulation program, written very detailed, with the s functions and m files for reference study. To see resources in unmanned underwater vehicle simulation program relatively small, special upload to share with you.)
- 2021-03-17 15:19:20下载
- 积分:1
-
bp
说明: BP算法是应用最广泛的神经网络算法,常用于预测,得到了很好的效果(BP algorithm is the most widely used neural network algorithm, commonly used in forecasting, we get good results)
- 2010-05-04 17:03:15下载
- 积分:1
-
CBF-MVM
matlab的一些波束形成的算法 多种方法。。(the matlab the beamforming algorithm a variety of methods. .)
- 2012-11-26 20:20:04下载
- 积分:1
-
surfergriddata
matlab中的Kriging 算法,可以有Kriging的多种算法(The Kriging algorithm in matlab)
- 2009-05-01 20:40:39下载
- 积分:1
-
diedai
迭代算法反演雷达海浪图形的反演算法,可得到各种海流参数(Radar waves graphic iterative algorithm inversion inversion algorithm parameters obtained various currents)
- 2013-10-03 09:57:16下载
- 积分:1
-
new1dfdtd
增加了声子晶体周期条件:
if (mod(ii,19)<9)
u(ii,3)=2*u(ii,2)-u(ii,1)+c*(u(ii+1,2)-2*u(ii,2)+u(ii-1,2))
else
u(ii,3)=2*u(ii,2)-u(ii,1)+0.5*c*(u(ii+1,2)-2*u(ii,2)+u(ii-1,2))
end(if (mod(ii,19)<9)
u(ii,3)=2*u(ii,2)-u(ii,1)+c*(u(ii+1,2)-2*u(ii,2)+u(ii-1,2))
else
u(ii,3)=2*u(ii,2)-u(ii,1)+0.5*c*(u(ii+1,2)-2*u(ii,2)+u(ii-1,2))
end)
- 2015-03-05 02:15:46下载
- 积分:1