-
matlabgui
matlab 关于GUI学习的资料,非常有使用价值(matlab on the GUI to learn the information, very value)
- 2009-09-29 15:51:42下载
- 积分:1
-
SVM
该程序为MATLAB源码,使用SVM算法(简易实现)进行分类。(Classify using (a very simple implementation of) the support vector machine algorithm)
- 2012-05-01 15:08:58下载
- 积分:1
-
K
说明: 本程序利用球不变随机过程发模拟产生服从K分布的海杂波序列,可用于实验室研究海杂波的输入序列。(This procedure made use of spherically invariant random process simulation produces the distribution of sea clutter obey the K series can be used for laboratory studies of sea clutter in the input sequence.)
- 2011-06-12 11:09:06下载
- 积分:1
-
KALMAN-filter-using-matlab
卡尔曼滤波器 matlab实现(Kalman filter matlab implementation)
- 2013-10-31 20:53:00下载
- 积分:1
-
matlab_experiment
用matlab完成计算机控制中的连续系统与离散系统的实验,其间用到了关于控制技术中的各种函数,附带实验报告!(Matlab completed by computer-controlled experiments in continuous systems with discrete systems, during use of the various functions on the control technology, with a test report!)
- 2014-01-06 00:43:34下载
- 积分: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
-
响应面法
简单响应面法计算可靠度和失效概率的两种实现方法(Two Implementation Methods of Simple Response Surface Method for Calculating Reliability)
- 2018-11-28 10:38:16下载
- 积分:1
-
Examples_Of_Programming_In_Matlab
Examples Of Programming In Matlab,
英文电子书,快速掌握matlab编程。(Examples Of Programming In Matlab, English e-books, quickly grasp the matlab programming.)
- 2008-06-28 13:23:19下载
- 积分:1
-
PMVF
由Fanger教授提出PMV-PPD评价指标广泛用于室内热环境评价,该程序为Matlab编辑的PMV计算。(by Professor Fanger PMV- PPD evaluation widely used indicator of indoor thermal environment evaluation, The procedure for the Matlab Editor PMV calculation.)
- 2007-06-13 19:21:47下载
- 积分:1
-
pca1
Principal component analysis (PCA) is a mathematical procedure that uses an orthogonal transformation to convert a set of observations of possibly correlated variables into a set of values of linearly uncorrelated variables called principal components. The number of principal components is less than or equal to the numbe
- 2013-02-12 18:54:33下载
- 积分:1