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

搜索资源列表

  1. MATALB

    0下载:
  2. M文件及数值积分仿真方法设计,MATLAB 的图形绘制-M-file and the design of numerical integration simulation method, MATLAB graphics rendering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:3073
    • 提供者:zhiqiang
  1. longerkuta

    1下载:
  2. 用于四阶龙格库塔数值积分,做matlab仿真实验时会用到。-For the fourth-order Runge-Kutta numerical integration, doing matlab simulation experiments will be used.
  3. 所属分类:matlab

    • 发布日期:2017-03-18
    • 文件大小:1024
    • 提供者:毛人
  1. ji-fen

    0下载:
  2. 数值积分计算各种方法的matlab程序,可作为数值分析等的学习工具。-Numerical integration to calculate the various methods matlab program, can be used as a learning tool of numerical analysis .
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:10555
    • 提供者:cheung
  1. Matlab-example

    0下载:
  2. MATLAB是一门计算机编程语言,取名来源于Matrix Laboratory,本意是专门以矩阵的方式来处理计算机数据,它把数值计算和可视化环境集成到一起,非常直观,而且提供了大量的函数,使其越来越受到人们的喜爱,工具箱越来越多,应用范围也越来越广泛-MATLAB is a computer programming language, name comes from Matrix Laboratory, is meant to the Matrix of the special way to d
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3520
    • 提供者:许多爱
  1. matlabjifen

    0下载:
  2. 牛顿-柯特斯数值积分公式及其MATLAB的实现 复化Newton-Cotes数值积分公式-Newton- Cotes numerical integration formula and the MATLAB implementation of complex numerical integration of Newton-Cotes formulas
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:32329
    • 提供者:121380163
  1. RK4

    0下载:
  2. 1.用四阶 Runge-Kutta 法求数值积分的函数为 RK4 2.此函数的入口参数为:系统维数 dimension,仿真时间 tspan 。 3.tspan 的格式为 [a:h:b] . 其中 a 表示起始时间,h 表示步长,b 表示终止时间。 4.仿真模型的状态方程、输出方程的系数矩阵以及系统初值均存放于文件 input information.txt 中。 5.仿真结果存放于文件 result.txt 中。 6.运行举例: 将 M 文件 RK4.m 和 inpu
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:995
    • 提供者:闫兆敏
  1. P3-2

    0下载:
  2. matlab编程,关于长江水质的,对于初学者,绝对的好东西,老手也可以-Matlab programming, numerical integration, for beginners, the absolute good things, a veteran can also take a look at.
  3. 所属分类:matlab

    • 发布日期:2017-12-07
    • 文件大小:740
    • 提供者:xiangkanhai3
  1. shu-zhi-ji-fen

    0下载:
  2. 数值积分算法,是根据精通matlab科学计算一书中内容编出来的!-Numerical integration algorithm, is calculated according to the proficient matlab science book series out!
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:2994
    • 提供者:管强顺
  1. ROMBERG

    0下载:
  2. matlab中的龙贝格数值积分方法,可用来计算定积分,用户可更改里面函数-The matlab Romberg numerical integration methods, can be used to calculate the definite integral, the user can change the inside function
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:530
    • 提供者:张翔宇
  1. P3-1

    0下载:
  2. matlab编程,关于数值积分的,对于初学者,绝对的好东西,老手也可以-Matlab programming, numerical integration, for beginners, the absolute good things, a veteran can also take a look at
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:735
    • 提供者:xiangkanhai3
  1. qiugeng-and-jifen

    0下载:
  2. 数值求根(二分法和牛顿法)以及辛普森数值积分matlab的function函数文件,可修改求根精度等-Numerical root finding (the dichotomy and Newton law), and Simpson numerical integration the matlab function function file, modify the root finding accuracy
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:1305
    • 提供者:scotelong
  1. matlab_yuandaim

    0下载:
  2. 主要内容有MATLAB操作基础、MATLAB矩阵及其运算、MATLAB程序设计、MATLAB绘图、MATLAB数据分析与多项式计算、MATLAB解方程与最优化问题求解、MAI’LAB数值积匀与数值微分、MATLAB符号运算、MATLAB图形句柄、MATLAB图形用户界面设计、Simulinl动态仿真集成环境以及MATLAB外部接口技术。-Main content MATLAB operating basis, MATLAB matrix and its operations, MATLAB pr
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:28025
    • 提供者:
  1. newton-iteration

    0下载:
  2. matlab编写,牛顿迭代法以及二分法等数值积分方法-numerical integration methods matlab prepared Newton iteration dichotomy
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:2829
    • 提供者:hongguang
  1. integral

    0下载:
  2. 该程序用matlab编写数值积分方法,包括梯形公式,Simpson公式和Romberg算法,在main.m文件测试三类算法。这是数值计算方法是必须掌握的代码。-The program is prepared using matlab numerical integration methods, including trapezoidal formula, Simpson and Romberg algorithm for three kinds of formulas in main.m fil
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2160
    • 提供者:蔡声泽
  1. shuzhijifen

    0下载:
  2. 数值积分中matlab的实现,其中包括拉格朗日插值、辛普森插值等基本算法。-Numerical integration in matlab realization, including Lagrange interpolation, Simpson and other basic interpolation algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:218603
    • 提供者:李大润
  1. matlab-math-caculate-methods

    0下载:
  2. MATLAB语言常用算法程序集,包含了插值、函数逼近、矩阵特征值计算、数值微分和积分、方程求根、非线性方程组求解、特殊函数计算、常微分方程和偏微分方程的数值解法、以及数据统计和分析等等。-MATLAB language commonly used algorithm for assembly, including interpolation, function approximation, eigenvalue calculations, numerical differentiation an
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:115634
    • 提供者:林真天
  1. 8

    0下载:
  2. MATLAB语言常用算法程序集,第8章 数值积分-MATLAB language commonly used algorithm for assembly, Chapter 8, numerical integration
  3. 所属分类:source in ebook

    • 发布日期:2017-04-27
    • 文件大小:9326
    • 提供者:shi
  1. Numerical-analysis-with-Matlab

    0下载:
  2. This tutorial deals with the rootfinding, interpolation, numerical differentiation and integration and numerical solutions of the ordinary differential equations.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:217917
    • 提供者:rupek
  1. Repairable-Mechanical-System-

    0下载:
  2. 可靠性可修复性数值积分Matlab 马尔科夫过程 基于马尔科夫过程的可修复机械系统可靠性分析-Repair of mechanical systems based on Markov process reliability analysis of the reliability of the numerical integration of Matlab repairable Markov process
  3. 所属分类:Project Manage

    • 发布日期:2017-05-01
    • 文件大小:516428
    • 提供者:王旺
  1. Matlab3

    0下载:
  2. MATLAB 数值积分,包括各种积分,非常实用,例子很容易懂-MATLAB numerical integration, including integration, very practical, very easy to understand examples
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:259215
    • 提供者:闵国旗
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com