-
Comprehensive_Explanation_for_Partial_Differentia
In this document has been introduced comprehensively how to solve different partial differential equations .Everbody can solve Heat Conduction Equation, Helmholtz Equation, Laplace Equation and Wave Equation for different initial and boundary conditions.
This document is elemantary of to understand how to solve partial differential equations with the aid of a porgramming language.
- 2013-11-20 20:00:00下载
- 积分:1
-
MAS
Modele d etat de la machine asynchrone a cage...
- 2013-05-01 19:06:39下载
- 积分:1
-
Multiple_View_Geometry
实现了几何多视的功能,这是一个很不错的matalab语言实现的工具箱,包含几十个函数。(achieve more as a geometric function, which is a very good matalab language toolkit, Function contains dozens.)
- 2006-06-08 22:10:16下载
- 积分:1
-
shiyan3
基于阵列信号处理的跳频信号盲检测和参数盲估计matlab 仿真(Matlab simulation of blind detection of frequency hopping signal based on array signal processing)
- 2018-01-09 12:23:17下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1
-
readpch
读pch文件的小程序,专门读取DMIG格式的矩阵(Reading the small pch file procedures, specifically to read matrix format DMIG)
- 2009-04-10 12:42:24下载
- 积分:1
-
NDG
说明: 一维波动方程的间断有限元计算,包括网格的划分,数值积分的计算等。(Discontinuous finite element method for one-dimensional wave equation, including mesh division, numerical integration calculation and so on.)
- 2021-04-21 19:28:49下载
- 积分:1
-
controlExercise
Some control exercises with matlab
- 2010-08-01 14:49:29下载
- 积分:1
-
Contourplot
标准阵列的波束方向图的幅度等高线图:N=M=10,均匀加权。(Contour plot of uniformly weighted rectangular array)
- 2011-12-21 16:12:56下载
- 积分:1
-
ACATSP-MATLAB
一个蚁群算法的matlab源程序,置入matlab目录后即可直接调用(附蚁群算法简介)(An ant colony algorithm matlab source, placed directly after the directory matlab call (with Ant Colony Algorithm Introduction))
- 2007-09-23 09:20:14下载
- 积分:1