CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab数值计算

搜索资源列表

  1. gongetidu

    0下载:
  2. 本算法是基于数值计算中的共轭梯度编写的MATLAB程序。非常实用的一个小程序。-This algorithm is based on the numerical calculation of conjugate gradient written MATLAB program. Very practical one small program.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:928
    • 提供者:温来福
  1. SQP

    0下载:
  2. 本算法是基于数值计算中的SQP编写的MATLAB程序。非常实用的一个小程序。-This algorithm is based on the numerical calculation of SQP written MATLAB program. Very practical one small program.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:12069
    • 提供者:温来福
  1. xinlaiyu

    1下载:
  2. 本算法是基于数值计算中的信赖域方法编写的MATLAB程序。非常实用的一个小程序。-This algorithm is based on the numerical calculation of trust region methods written MATLAB program. Very practical one small program.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2237
    • 提供者:温来福
  1. zuisuxiajiang

    0下载:
  2. 本算法是基于数值计算中的最速下降法编写的MATLAB程序。非常实用的一个小程序。-This algorithm is based on the numerical calculation of the steepest descent method written in MATLAB. Very practical one small program.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2469
    • 提供者:温来福
  1. mse

    0下载:
  2. 利用matlab实现的最小二乘法的计算,可以利用在处理信号和进行数值计算的时候-Using matlab realize the least squares method of calculation can be utilized in signal processing and numerical calculation time
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:2196
    • 提供者:zsn
  1. Euler

    0下载:
  2. 数值计算里经典的欧拉算法的源程序,采用matlab写的,对理解欧拉算法有很大的帮助作用。-Numerical calculation in the classical Euler algorithm source code, using matlab write, for understanding Euler algorithm has a great help.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:523
    • 提供者:易阳
  1. pingfanggen

    0下载:
  2. 数值计算中平方根算法的源程序,采用matlab写的,对数值计算有很大的帮助作用。-Square root algorithm for the numerical calculation of the source, using matlab to write on the numerical calculation of great help.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:912
    • 提供者:易阳
  1. derivative

    0下载:
  2. matlab数值分析计算源代码,供广大研究者学习-Numerical Analysis matlab source code, for the majority of researchers to learn
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:979017
    • 提供者:谢海远
  1. Blasius-Equation

    0下载:
  2. 本例为四种求解Blasius平板边界层方程的数值计算方案,欧拉法,改性欧拉法,二阶龙格库塔法和四阶龙格库塔法。为了满足无渗透边界条件,f 位于eta=0处的初值在不同方法下需要进行一定的调整。-This folder contains the matlab programs to solve the Blasius equation for boundary layer of flat plate. There are four numerical methods to solve this p
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2768
    • 提供者:马晨皓
  1. matlabchengxuzai-huaxue

    0下载:
  2. MATLAB是美国MathWorks公司自80年代中期推出的适用于科学和工程计算的数学软件。它优秀的数值计算能力、卓越的数据可视化能力和简洁的程序语言编写使其很快在数学软件中脱颖而出。本文通过化学计量学中的两个多元校正为例,简要介绍了MATLAB程序设计在化学计量学计算中的应用。 更多还原- MathWorks MATLAB is a mathematical software United States launched the company since the mid-1980s a
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:210477
    • 提供者:王斌
  1. matlabhunhebiancheng

    0下载:
  2. Matlab是一个很好的大型数值计算软件。解释型的程序执行、即时的调试窗口、高效的矩阵运算、丰富的工具箱,使它成为了数值计算和科研工作的必备软件。虽然Matlab具有众多的优势,可是它的程序却很难完全摆脱Matlab环境运行,在界面功能上也效率低下,这些缺点我们在使用Matlab的同时,不免担忧自己的成果不能方便地对外发布。对Matlab的运行方式进行了分析,之后提出了Matlab和VC高级语言之间混合编程的方法,以及Matlab程序独立打包和如何提高Matlab程序的界面运行效率的方法。 更多
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:129071
    • 提供者:王斌
  1. MATLAB

    0下载:
  2. 一些计算数值分析问题用到的matlab源程序,验证过很好用的-Some questions used in the calculation of numerical analysis matlab source, verified good use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:394290
    • 提供者:图拉
  1. 2

    0下载:
  2. 关于LU分解的数值计算的程序,LU分解解方程-matlab code for LU numerical solution of eqation
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:862
    • 提供者:张妍
  1. parablicIntp

    0下载:
  2. 基于不在同一条直线上三点的抛物线插值函数。与Matlab中spline()在三个数据点时的结果一致。注意,大于三点的样条插值函数需要求解线性方程组,运算复杂,实时性较低。可参考Lapack及数值计算书籍-C programme for spline inpterpolation using three points.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:560
    • 提供者:周浩
  1. 4--interpolation-routines

    0下载:
  2. 数值计算-插值【matlab例程】经典算法直接应用方便快捷-Numerical calculation- interpolation routines] [classical algorithm matlab convenient direct application
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:10240
    • 提供者:jason yan
  1. linear-method

    0下载:
  2. 数值计算中的拟合方法 MATLAB程序 附带注释 亲测可用-linear method
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1492
    • 提供者:
  1. -root-finding

    0下载:
  2. 数值计算方法中求解方程根的算法 亲测可用 附带注释 MATLAB源程序- root-finding
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1289
    • 提供者:
  1. Matrix-root-2

    0下载:
  2. 数值计算方法中矩阵求根算法的LU分解算法MATLAB源程序 附带注释-Matrix root
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1964
    • 提供者:
  1. Calculation-of-special-functions

    0下载:
  2. 21种特殊函数的数值计算的matlab代码,包括bessel函数,gamma函数,beta函数等-21 kinds of special functions matlab numerical code, including bessel function, gamma function, beta function, etc.
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:10387
    • 提供者:Marshall
  1. DFTmatlab

    1下载:
  2. 孤立波的 matlab 的数值计算和模拟-Solitary waves and numerical simulation matlab
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:94720
    • 提供者:liaobo
« 1 2 ... 24 25 26 27 28 2930 31 32 33 34 ... 50 »
搜珍网 www.dssz.com