-
assert_and_fit
这是两个关于插值和拟合的5个程序,可以适用些不能直接套用公式的情况,可能对部分人有用。(These are two of the interpolation and fitting of the five program, you can not directly apply the formula for some circumstances, may be useful for some people.)
- 2010-09-09 21:49:31下载
- 积分:1
-
MATLAB_in_Control_System
MATLAB高级语言在控制系统中的应用,重点介绍了控制系统中软件包的使用及应用的例子(MATLAB high-level language application in the control system, focusing on the control system package examples of the use and application of)
- 2010-02-11 07:45:25下载
- 积分:1
-
extrace_brodatz
Gabor提取图像纹理特征,很经典。I hope the researchers who study the algorithm communicate with me。(Gabor extract image texture features classic. I hope the researchers who study the algorithm c ommunicate with me.)
- 2006-10-14 09:37:55下载
- 积分:1
-
Financial-quantitative-analysis-code
金融数量分析--基于MATLAB编程一书所附程序代码,可顺利运行(Financial quantitative analysis- a book based on MATLAB programming code attached to the smooth running
)
- 2012-05-01 21:22:42下载
- 积分:1
-
FRF_measurement
Frequency response measurement in closed loop:
brushing up our knowledge
- 2012-05-04 22:19:06下载
- 积分:1
-
SenSimplex
该程序用于分析灵敏度时调用在需要添加人工变量时将采用两阶段法求解上述问题(This program is used to analyze sensitivity when called)
- 2019-03-28 11:02:42下载
- 积分:1
-
TutorialGuidMATLABCambridge
a cours and tutorials of matlab combridge university
- 2010-07-28 23:41:52下载
- 积分: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
-
GMSK
GMSK也是通信中的重要内容,用MATLAB仿真的源程序代码(GMSK is also an important part of communication, the source code using MATLAB simulation)
- 2011-11-22 13:33:24下载
- 积分:1
-
C++_with_Matlab
Matlab allows the use of MEX files
–MEX files are pre-compiled files
that are called from Matlab
–Can be compiled from Matlab .m
files
–Can also be compiled from external
C++ code.
• This will be our focus
- 2010-08-24 13:49:55下载
- 积分:1