-
InitialPValuePODEPSolutions
MATLAB求解ODE方程,里面的WORD文档详细介绍了各文件的作用(MATLAB ODE solving equations, the WORD document which details the role of each document is also loaded.)
- 2011-06-14 10:46:02下载
- 积分:1
-
Markov-processes
馬可夫鍊的MATLAB程式撰寫和過程
(Markov chains and processes the MATLAB programming)
- 2011-10-24 21:16:56下载
- 积分:1
-
matlab_picture_video
用matlab实现提取静止的背景,读取各种视频格式的文件(Extract image background)
- 2011-08-23 08:48:23下载
- 积分:1
-
MLI-WITH-LEVEL-a-PHASE-SHIFT-MODULATION
multilevel inverter with phase & level modulation teq.
- 2015-02-15 16:00:56下载
- 积分:1
-
second_task
课程作业:中心极限定理的仿真~希望有所帮助(The simulation of the central limit theorem)
- 2015-04-14 09:52:08下载
- 积分:1
-
敏感性分析
说明: 参考维基百科(https://en.wikipedia.org/wiki/Variance-based_sensitivity_analysis)的取样过程以及对应的Estimators。理论性的东西就不进行复述了,这里主要阐述用MATLAB(R2018b)对某个特定函数进行Solo indices敏感性分析的过程。大致可分为四个过程:采样,构建函数,函数输出(将样本带入函数得到输出值),计算Sobol指数(估算一阶影响指数和全局影响指数)(Sobol global sensitivity analysis)
- 2021-03-31 20:29:08下载
- 积分:1
-
PCA-based-matlab
基于PCA算法的人脸识别,使用ORL人脸数据库做实验,识别率为88 (PCA algorithm-based face recognition using ORL face database experiment, the recognition rate of 88 )
- 2012-06-01 22:21:04下载
- 积分:1
-
双曲型方程LaxWendroff的差分格式程序(Matlab)
双曲型方程Lax-Wendroff的差分格式程序(Matlab),非常好的例子,具体算例,有理论分析,解题过程分析,Matlab代码,注释清晰明了,有计算结果输出和图形显示,按照Word文档说明,很快就能学会,操作简单明了,非常适合新手学习。(Lax-Wendroff hyperbolic equation difference scheme (Matlab) program, a very good example, specific examples, theoretical analysis, problem-solving process analysis, Matlab code, comments clear, with the output results and graphical display, according to the Word documentation, and soon will be able to learn, easy to understand, very suitable for beginners to learn.)
- 2020-07-18 16:08:48下载
- 积分:1
-
2019年华为杯数学建模F题第二问代码
说明: 2019年第16届华为杯数学建模F题第二问的代码(Code for the second question of mathematical modeling F of the 16th Huawei cup in 2019)
- 2019-11-30 15:48:20下载
- 积分:1
-
ode45
解常微分方程的Matlab程序
字符串ypfun是用以表示f(t, y)的M文件名,
tspan=[t0, tfinal]表示自变量初值t0和终值tf
y0表示初值向量y0,可选参数options为用odeset设置精度等参数。
输出列向量tout表示节点,输出矩阵yout 表示数值解,每一列对应y的一个分量。若无输出参数,则作出图形。(Solution of ordinary differential equations of the Matlab program is used to indicate ypfun string f (t, y) M-file name, tspan = [t0, tfinal] said that since the variable t0 initial and final values of tf y0, said initial vector y0 , optional parameters to set options for the use of odeset accuracy and other parameters. The output column vector tout that node, the output matrix yout that of numerical analysis, each column corresponds to y of a component. If there are no output parameters, then make a graph.)
- 2009-11-19 21:49:26下载
- 积分:1