-
carima
carima模型程序,适合GPC。希望度需要的人有帮助。(carima model program, for of GPC. Hope degrees who need help.)
- 2012-06-05 10:43:03下载
- 积分:1
-
Navir
Navier Stokes Equation
- 2011-08-10 22:12:49下载
- 积分:1
-
The-basic-matlab-function
Matlab函数库,可以快速查找函数的意义。形式例如:errorbar 带误差限的曲线图(Matlab library, you can quickly find the significance of the function. For example: errorbar :form with error limit curve)
- 2014-12-01 15:45:27下载
- 积分:1
-
knn_matlab
knn—k近邻准则matlab实现,适合初学者(knn-k neighbors to achieve the criteria matlab)
- 2009-06-23 20:08:02下载
- 积分:1
-
Calendar
说明: 本程序主要是一个时钟软件,包括一个时钟表和一个日历。程序自动运行时,显示系统当前日期和时间,日期和时间可以由用户自行更改。内含一个详细说明文档。
(This program is primarily a clock software, including a time clock and a calendar. The program automatically runs, display the current system date and time, date and time can be changed by the user. Contains a detailed description of the document.)
- 2011-03-14 20:20:03下载
- 积分:1
-
3-4-Capacitor-MOM
This program calculate the capacitance of two parallel palate which is placed in the adjacent
- 2013-01-09 17:00:17下载
- 积分:1
-
Cell-tracking
自己编程实现对通道里的细胞的跟踪,标注,计算,并计算细胞的面积、周长、个数、并能判断2种细胞(Their programming implementation of the cells in the channel tracking, tagging, computing, and calculate the cell area, perimeter, number, and can determine two kinds of cells)
- 2014-04-02 16:08:22下载
- 积分:1
-
the-prediction-of-chaotic-time
关于混沌时间序列预测的一些论文资料,有pdf和caj格式。(Some papers about the prediction of chaotic time series.)
- 2015-04-10 12:35:25下载
- 积分:1
-
PSO_TEST_FUNTION_functions
this is very important programs written in matlab to develop the using of the pso as optimization
- 2009-09-17 16:30:29下载
- 积分: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