-
xianxingshenjingwangluo4
在matlab上编写的关于人工神经网络中的线性神经网络的源程序例子(In matlab prepared on artificial neural networks linear neural network source code examples)
- 2013-08-04 15:19:46下载
- 积分:1
-
Matlab-for-Planning-problem
介绍了规划问题建模及用Matlab实现的具体操作方法,详细解释了几种常用的求解线性规划问题和非线性规划问题的函数,如linprog,fminunc等(Planning problem modeling and specific methods of operation using Matlab detailed explanation of the function of several commonly used for solving linear programming problems and nonlinear programming problems such as linprog, fminunc)
- 2013-05-09 21:42:54下载
- 积分:1
-
A_Unified_CrossLayer_Framework
The same staff as before.
- 2010-08-01 21:56:44下载
- 积分:1
-
practise
matlab的教程,例题,包括数值,符号,图像等运算及答案(matlab tutorials, sample questions, including the values, symbols, images and other computing and answers)
- 2008-04-03 14:34:43下载
- 积分:1
-
jifendf
定积分的定义动态描述,能够根据需要实现要求的积分。(matlab,use matlab )
- 2010-10-21 22:16:26下载
- 积分:1
-
lagc
求系统串联滞后校正器传递函数的函数
,其中sope是系统的开环传递函数,当key=1时,var为gama,是根据要求校正后的相角
稳定裕度计算之后校正器;当key=2时,var=wc,则是
根据要求校正后的剪切频率计算校正器。(Demand system is connected lag compensator transfer function of the function, which sope is the system open-loop transfer function, when key = 1 时, var is gama, is adjusted according to the phase angle required stability margin calculation after corrector when key = 2, var = wc, is the required shear frequencies after correction corrector.)
- 2010-05-18 20:28:14下载
- 积分:1
-
paowuxian
画一个三维的抛物线,供你参考,希望有所帮助,多多交流(Draw a three-dimensional parabolic, for your reference, hoping to help, a lot of communication)
- 2011-10-25 09:19:55下载
- 积分:1
-
vmd-verify3
vmd分解程序,修改版,可以用于处理实测振动信号。(vmd decomposition process, a modified version can be used for processing the measured vibration signal.)
- 2016-09-08 17:28:19下载
- 积分:1
-
symMat
A matrix of symbolic elements is reasonably useful for many analytic linear algebra applications, and for analytic vector, matrix and tensor differentiation.
This function produces a matrix of arbitrary dimension of symbolic elements that are indexed by their position in the symbolic matrix for ease of reference.
EXAMPLE
>> M = symMat([2 2], m , real )
M =
[ m11, m12]
[ m21, m22]
>> class(M)
ans =
sym
>> det(M)
ans =
m11*m22 - m12*m21
- 2010-03-02 02:13:12下载
- 积分:1
-
code3
精通MATLAB数字图像处理与识别,第三章练习代码(Proficient in MATLAB digital image processing and recognition, the third chapter exercises code)
- 2013-12-05 20:43:56下载
- 积分:1