-
Finite_Element_analysis
介绍使用matlab的有限元分析的编程方法(introduce finite element programe using matlab)
- 2010-09-15 13:19:27下载
- 积分: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
-
quantum-octave_0.2.0
quantum-octave 计算例程包 (Package quantum-octave for GNU Octave and Matlab
)
- 2011-04-21 16:27:03下载
- 积分:1
-
chapter02
calculate impedance matrix
Makarov book
- 2012-05-19 21:23:42下载
- 积分:1
-
ant-optimization-matlab
matlab 改进蚁群算法,应用简单广泛。(ant optimization)
- 2014-02-19 07:43:58下载
- 积分:1
-
UDP测试上位机-基于matlab GUI编写
UDP测试上位机-基于matlab GUI编写(UDP unlaod machine by matlab)
- 2020-06-18 05:40:02下载
- 积分:1
-
MatlabFns.tar
matlab的一些函数功能,方便用户各自要求进行选择。(some function matlab function to facilitate the users to choose their own requirements.)
- 2009-01-21 11:14:06下载
- 积分:1
-
spectrum
说明: 这是一段求信号频谱的程序,通过原始信号得出它的频谱,希望对大家有用!(spectrum)
- 2010-04-22 16:08:54下载
- 积分:1
-
Integer-programming--matlab-code
整数规划的matlab代码,常用的优化工具!(Integer programming matlab code, commonly used optimization tools!)
- 2013-09-25 00:09:25下载
- 积分:1
-
Stateflow
Stateflow逻辑系统建模,对于学习simulink 状态流图很有帮助(Stateflow matlab)
- 2014-12-29 16:25:43下载
- 积分:1