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

搜索资源列表

  1. 多项式最小二乘拟合与龙贝格积分法

    0下载:
  2. 通过最小二乘法拟合曲线,并使用龙贝格公式计算积分(By the method of least squares fitting curve, and use the formula to calculate the Romberg integral)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:xhtleige
  1. 第五章数值积分答案

    0下载:
  2. 习题讲解,关于matlab对于数值积分的运算(example,numerical integration)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:297984
    • 提供者:董天宝
  1. [MATLAB揭秘].David

    0下载:
  2. 本书使用简单易行的风格,一开始介绍了 MATLAB 基础, 你将学习到如何绘制图象,求解代数方程及计算积分,也将学 习到如何求解微分方程,求 ODE 的数值解,使用特殊函数工作。 本书含有几百个例子及其详细解说过程,章末带有习题,书末 还带终测试题目,一句话,本书给予你的是 MATLAB 精华。(his book uses a simple and easy style. It introduces the foundation of MATLAB at the beginning. You w
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:7402496
    • 提供者:kcqh
  1. [MATLAB语言常用算法程序集].(龚纯).清晰版

    0下载:
  2. MATLAB语言常用算法程序集,包括插值,数值积分和微分方程求解(MATLAB, statistic, program)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:17404928
    • 提供者:stargirlxyl
  1. 第三次作业 (2)

    0下载:
  2. matlab数值积分算,假设储罐的密度和液氨的压力不变。模拟液氨储罐高架连续点源,在不同泄露速率、稳定度和风速下连续泄漏扩散的情况。当液氨储罐泄漏达到稳定状态时,扩散模型见下式:(During the leakage process, the pressure of the tank and the liquid ammonia density will change with the increase of the leakage amount. This change will be gra
  3. 所属分类:编译器/解释器

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:化工院
  1. 3数值积分与数值微分—Newton_Cotes公式积分法

    0下载:
  2. 使用matlab编写了Newton_Cotes公式积分法的函数,里面有题目,可直接运行计算得到结果。(The function of Newton_Cotes formula integral method is written by MATLAB. There are problems in it, which can be directly run and calculated and get the result.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:37888
    • 提供者:jeff1130
  1. 带积分的拟合

    1下载:
  2. 表达式里面含有积分项,一般的软件无法拟合,通过matlab编程来实现(The expression contains an integral term, the general software can not be fitted, through matlab programming to achieve)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:370688
    • 提供者:himryang
  1. 交通流量检测

    0下载:
  2. matlab,基于图像处理的市区车留下的一些资料,可不可以通过以下,只想要个积分(matlab Matlab, based on image processing of urban car left some information, can not pass the following, just want an integral)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:19612672
    • 提供者:小慧慧呀
  1. 新建文件夹 (3)

    0下载:
  2. 基于二值化图像预处理人脸识别灰度积分matlab的简单但实现(Simple and practical implementation of face recognition gray level integral matlab based on two valued image preprocessing)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-04
    • 文件大小:86016
    • 提供者:a903792272
  1. MATLAB在振动信号处理中的应用

    2下载:
  2. matlab在振动信号中的应用,有代码等,可以实现加速度到速度或者距离的积分(Application of MATLAB in vibration signal)
  3. 所属分类:其他

    • 发布日期:2021-04-27
    • 文件大小:681984
    • 提供者:繁小星
  1. MATLAB解矩阵微分方程

    1下载:
  2. 本文先简要介绍了矩阵的积分和微分的定义;接着通过弹簧-质量块儿-阻尼器系统的例子,阐述了求解常微分方程数值解的常用方法;最后,在前两部分的基础上,总结了用MATLAB求解形如_X(t) = f(X(t); t) 矩阵微分方程数值解的方法。(In this paper, the definition of integral and differential of matrix is briefly introduced. Then the common method of solving nume
  3. 所属分类:matlab例程

    • 发布日期:2019-12-18
    • 文件大小:300032
    • 提供者:李磊哥
  1. MATLAB求解无穷区间定积分问题

    1下载:
  2. MATLAB求解无穷区间定积分问题 MATLAB solving infinite interval definite integral problem(MATLAB solving infinite interval definite integral problem)
  3. 所属分类:matlab例程

  1. matlab求积分实例

    2下载:
  2. 插值型求积方法 275   8.1.1 梯形公式 276   8.1.2 辛普森公式 277   8.1.3 柯特斯公式 278   8.2 复化求积公式 279   8.2.1 复化梯形公式 279   8.2.2 复化辛普森公式 281   8.2.3 复化柯特斯公式 283   8.2.4 复化求积公式误差分析 285   8.3 步长逐次减半求积方法 286   8.3.1 步长逐次减半梯形求积公式 287   8.3.2 步长逐次减半辛普森求积公式 288   
  3. 所属分类:其他

    • 发布日期:2020-06-19
    • 文件大小:11264
    • 提供者:XWLYF
  1. matlab数值微分程序原代码

    2下载:
  2. 9.1 利用差商近似导数 313   9.1.1 中点公式 313   9.1.2 利用Taylor公式构造差商公式 314   9.1.3 差商公式误差分析与步长优化 319   9.1.4 理查森外推法 321   9.2 插值型求导方法 323   9.3 样条求导 325   9.4 利用数值积分求导数 327   9.5 数值偏导数 329   9.6 MATLAB自带函数应用 329   9.6.1 diff函数 329   9.6.2 gradient函数 3
  3. 所属分类:其他

    • 发布日期:2020-04-19
    • 文件大小:5120
    • 提供者:XWLYF
  1. 信息光学实验室MATLAB版

    1下载:
  2. 关于信息光学里面的内容,包括菲涅尔衍射积分,成像等(About the contents of information optics, including Fresnel diffraction integration, imaging, etc.)
  3. 所属分类:其他

    • 发布日期:2020-01-11
    • 文件大小:15576064
    • 提供者:江河之源
  1. 菲涅尔衍射积分算法

    1下载:
  2. 菲涅尔积分公式求解场分布,,可以是卷积积分和傅里叶变换两种方法,得到全息像(frenesl diffraction,holography,convolution,field distribution,integration,matlab)
  3. 所属分类:其他

    • 发布日期:2020-02-29
    • 文件大小:5120
    • 提供者:书剑飘香123
  1. MATLAB疲劳检测系统(GUI界面)

    6下载:
  2. 1.基本内容 本设计目标在于利用Matlab强大的图像处理能力和实用便捷的编程方法,通过处理包含人脸的视频帧系列图像,灰度积分投影技术的眼睛定位方法,进而利用perclos计数,计算眨眼率,从而得到比较准确的疲劳状况。 2.具体要求 本设计基于灰度积分投影技术的眼睛定位方法,再结合perclos技术。首先通过图像预处理技术得到灰度分配较为均匀的图像,然后分别利用水平和垂直灰度积分投影曲线结合人脸的结构特征找到眼睛的位置坐标,实现了准确的眼睛定位,通过perclos技术技术眨眼率,根据先
  3. 所属分类:图形图像处理

    • 发布日期:2020-03-04
    • 文件大小:5545984
    • 提供者:www.wobishe.com
  1. 汽车悬挂设计matlab

    3下载:
  2. 1.被动悬挂设计simulink模型 2.对于任意一段路面谱,求出其功率谱密度与频率的分布关系,在标准路面图中画出曲线验证路面 3.积分白噪声法路面构造simulink模型 4.整车平顺性分析simulink模型 5.实际路谱案例,c级路面 6.悬架动载荷功率谱密度图像画图matlab编程(1. Simulink model for passive suspension design 2. For any section of road spectrum, the
  3. 所属分类:matlab例程

    • 发布日期:2020-06-02
    • 文件大小:71680
    • 提供者:miaomiaomiao875
  1. 高等应用数学问题的MATLAB求解(中文)全套课件

    2下载:
  2. 高等应用数学问题的MATLAB问题求解,线性、积分方程、代数方程、微分方程、数据插值、函数逼近问题、概率论与数理统计问题的计算机求解,模糊逻辑与模糊推理、遗传算法、小波变换、粗糙集理论等的应用。(Matlab problem solving of higher applied mathematics, computer solving of linear, integral, algebraic, differential, data interpolation, function approx
  3. 所属分类:matlab例程

    • 发布日期:2020-09-08
    • 文件大小:21203968
    • 提供者:凌澜潇潇
  1. 计算湍流积分尺度

    9下载:
  2. 本程序用于计算风速仪测得的三个方向的湍流积分尺度(This program is used to calculate the integral scale of turbulence in three directions measured by anemometer)
  3. 所属分类:其他

    • 发布日期:2021-02-25
    • 文件大小:3147776
    • 提供者:1243136165
« 1 2 34 5 6 7 8 9 10 ... 45 »
搜珍网 www.dssz.com