CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 微分方程

搜索资源列表

  1. EquationGUI-II

    1下载:
  2. 采用四阶龙格——库塔算法,应用MATLAB编写的常微分方程、偏微分方程求解算法及界面。 关键词:gui,ode,pde,difference method, runge kutta,euler,heun MATLAB版本:7.0 (R14)-EULER.m HEUN.m Rk4.M implement euler heun and runge kutta fourth order to solve ODE VANDERPOLODE.m LOGISTICOODE.m PREDAPREDA
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:35434
    • 提供者:谢刚
  1. Statepulsebifurcationdiagramprogram

    3下载:
  2. 脉冲微分方程倍周期分岔图程序这是方程结构,-State pulse bifurcation diagram program
  3. 所属分类:matlab

    • 发布日期:2017-03-08
    • 文件大小:2048
    • 提供者:ace
  1. wf

    2下载:
  2. MATLAB求解偏微分方程 很详细 算例很多-MATLAB Solution partial differential equations in great detail
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5129927
    • 提供者:xu
  1. Matlabweifenfangcheng

    0下载:
  2. Matlab微分方程求解,一个利用Matlab进行微分方程求解的教程,简单实用。-Matlab for solving differential equations, one for the use of Matlab for solving differential equations of the tutorial, simple and practical.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:397451
    • 提供者:秦凯
  1. matlab2

    0下载:
  2. matlab求解常微分方程在机械设计中的应用-matlab solving ordinary differential equations in mechanical design
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:65671
    • 提供者:lgx
  1. erosion_block

    0下载:
  2. 这是基于MATLAB的偏微分方程的腐蚀算子!-This is based on the partial differential equations MATLAB corrosion operator!
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1081
    • 提供者:zhangyi
  1. aver_filter

    0下载:
  2. 这是一个基于偏微分方程的图像处理问题的非线性平滑滤波器的程序!-This is a partial differential equations based on the question of image processing procedures for non-linear smoothing filters!
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:937
    • 提供者:zhangyi
  1. MatlabToolbox1

    0下载:
  2. matlab 应用数学工具箱的使用,包括概率统计、偏微分方程等。-matlab toolbox of applied mathematics, including probability and statistics, such as partial differential equations.
  3. 所属分类:matlab

    • 发布日期:2017-05-24
    • 文件大小:3220914
    • 提供者:guo guo
  1. fit

    0下载:
  2. 用差分方程或数值微分解决简单的实际问题。 实验3 插值与数值积分 l 插值问题提法和求解思路 l Lagrange插值的原理和优缺点 l 分段线性和三次样条插值的原理和优缺点 l 用MATLAB实现分段线性和三次样条插值 l 梯形、辛普森积分公式的原理及MATLAB实现 l 数值积分公式的误差——收敛阶的概念 l 高斯积分公式 l 广义积分与多重积分 l 用插值和数值积分解决
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:364810
    • 提供者:周易
  1. PDEMATLAB

    0下载:
  2. 偏微分方程的matlab解法,详细讲解了使用该工具求解偏微分方程的方法和途径,是一本很有价值的参考书-Solution of partial differential equations matlab, detailed account of the use of the tools for solving partial differential equations of the ways and means, are a valuable reference book
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5130273
    • 提供者:zhihujj
  1. numerical_analysis_homework

    4下载:
  2. (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:350886
    • 提供者:wjl
  1. four-stepRunge-Kuttastatutoryfour-stepRunge-Kuttam

    2下载:
  2. 解微分方程(组)的定步长四阶龙格库塔法算法源代码-Solution of differential equations (Group) of fixed step size fourth-order Runge-Kutta method algorithm source code
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1098
    • 提供者:要清风
  1. partialde

    1下载:
  2. 偏微分方程的数值算法,是某高校教授的课程讲义-Partial differential equations of the numerical algorithm, is a University Professor Course Training Manual
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:328042
    • 提供者:adfsa
  1. solvingdifferentialequations

    1下载:
  2. 有关求解微分方程的代码 常微分方程的matlab解法-using matlab to solve normal differential equations
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:297461
    • 提供者:田有良
  1. NumericalSolutionofPartialDifferentialEquations.ra

    0下载:
  2. 这个是matlab经典教程的一个关于 偏微分方程的数值解法的原代码,希望大家赶快下载哦-This is a classic tutorial matlab partial differential equations on the numerical solution of the original code, I hope you get to download Oh
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:9595
    • 提供者:
  1. pianweifenMATLAB

    0下载:
  2. 各种偏微分方程 使用MATLAB程序设计的解法-Solution of Partial Differential Equations
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5129994
    • 提供者:陶珂
  1. PDFmatlabsovler

    0下载:
  2. 详细的偏微分方程的matlab求解步骤与程序说明。-detailed PDE soler ,using PDE tools and codes.
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5130028
    • 提供者:吴涛
  1. MATLAB-Solution-of-Partial-Differentl-Equations.ra

    0下载:
  2. 本书详细介绍了偏微分方程的MATLAB解法,是解决偏微分方程的一种有效的数值解法。-The book details the MATLAB Solution partial differential equations, partial differential equations to solve an effective numerical method.
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5129968
    • 提供者:陈德智
  1. MATLAB

    1下载:
  2. 这是一个MATLAB中文工具箱,提供了很多有用的,MATLAB自身没有的数学建模的源码,例如:数据拟合,微积分和微分方程,随机模拟和统计分析,数学规划,离散优化等,并有中文的注释。非常好!-This is a MATLAB toolbox Chinese, providing a lot of useful, MATLAB does not own the source of mathematical modeling, such as: data fitting, calculus and d
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:372368
    • 提供者:王怀勇
  1. pdegui

    3下载:
  2. 偏微分方程数值解法,包括泊松方程,特征值方程,热传导方程和波动方程-PDEGUI demonstrates the finite difference solution of model problems involving Laplace s operator
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:3371
    • 提供者:wangg
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com