-
MATLAB
MATLAB仿真技术与实例应用教程,内有一些编程例子,适合初学者阅读(MATLAB simulation examples of the application of technology and curriculum, there are some programming examples, suitable for beginners to read)
- 2007-10-10 16:23:56下载
- 积分:1
-
matlab-for-green-hand
matlab新手教程,适合新手阅读,可以让新手快速上手。(textbook of matlab for the freshman,it must be suitable for the green hand,the book could guide the reader to find a way to understand quickly)
- 2014-10-30 20:16:40下载
- 积分:1
-
NeuralNetworkMatlab7
<神经网络理论与Matlab7实现>内的代码文件!各种神经网络的实现程序基本都有!CMAC除外(<Neural Network Theory and the realization of Matlab7> within the code files! Various neural network realization of the basic procedures have! CMAC except)
- 2006-06-02 19:59:39下载
- 积分:1
-
PSO--PID
利用一种PSO算法优化求解PID参数,得到了良好效果(Using a PSO algorithm for PID parameter optimization solution, to get good results)
- 2011-11-22 15:51:32下载
- 积分:1
-
Kalman
matlab的卡尔曼滤波预测算法例子,希望对大家有帮助(matlab prediction algorithm of the Kalman filter example, we would like to help)
- 2008-01-08 10:03:33下载
- 积分:1
-
AffineTrnasformation
Affine Transformation
- 2011-10-17 06:25:45下载
- 积分:1
-
acfpacf
时间序列计算自相关系数acf和偏自相关系数pacf 以及金融时间序列的matlabGUI介绍(Time series calculations of acf and pacf)
- 2014-05-22 20:11:36下载
- 积分:1
-
Survey
生成纵横向四阶方程,计算特征根,传递函数等,给出波特图及尼科尔斯图。( SURVEY is set up to make calculations based on the 12 x 12 Fmodel and 12 x 7 Gmodel produced by FLIGHT, with the generic business jet model trimmed for flight at V = 102 m/s and h = 3,050 m. The flags are set to generate a fourth-order, body-axis, lateral-directional model the data set to calculate eigenvalues, eigenvectors, and the transfer function aileron to roll rate and to show the Bode plot, Nyquist plot, and Nichols chart for the transfer function.)
- 2015-10-17 22:45:30下载
- 积分:1
-
convex_analysis_foundation
凸分析基础 中文教材。纯粹这方面的资料不多(多为凸优化之类),中文的书籍更难找,有用该方面知识的同行多多交流。(Chinese textbook based on convex analysis. Little information in this area (mostly convex optimization and the like), Chinese books are harder to find, useful knowledge that more exchanges with colleagues.)
- 2010-05-11 17:02:16下载
- 积分:1
-
Matlab-project
roots -Polynomial roots
Syntax
r = roots(c)
Description
r = roots(c) returns a column vector whose elements are the roots of the polynomial c.
Row vector c contains the coefficients of a polynomial, ordered in descending powers. If c has n+1 components, the polynomial it represents is .
Tips
Note the relationship of this function to p = poly(r), which returns a row vector whose elements are the coefficients of the polynomial. For vectors,roots and poly are inverse functions of each other, up to ordering, scaling, and roundoff error.
- 2014-11-13 01:48:01下载
- 积分:1