文件名称:Numerical-differentiation
- 所属分类:
- matlab例程
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2015-06-10
- 文件大小:
- 4kb
- 下载次数:
- 0次
- 提 供 者:
- gaoch******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
用于数值微分的MATLAB程序。包括辛普森数值微分法法求函数的导数
理查森外推算法求函数的导数
三点法求函数的二阶导数
等-MATLAB program for numerical differentiation. Including the derivative of the function by Simpson numerical differentiation method
The derivative of the function by Richardson extrapolation
Two order derivative of function by three point method
Etc.
理查森外推算法求函数的导数
三点法求函数的二阶导数
等-MATLAB program for numerical differentiation. Including the derivative of the function by Simpson numerical differentiation method
The derivative of the function by Richardson extrapolation
Two order derivative of function by three point method
Etc.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DiffBSample.m
DISimpson.m
FivePoint.m
FivePoint2.m
FourPoint.m
FourPoint2.m
MidPoint.m
Richason.m
SmartDF.m
ThreePoint.m
ThreePoint2.m