CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 函数 拟合

搜索资源列表

  1. MATLAB2

    0下载:
  2. 介绍软件MATLAB非线性曲线拟合的功能,寻找较好的非线性函数来拟合实验数据,总结出非线性曲线拟合的方法、求解步骤和上机操作过程-Introduction of the software MATLAB non-linear curve fitting functions, in search of better non-linear function to fit the experimental data, summed up the non-linear curve fitting meth
  3. 所属分类:Software Testing

    • 发布日期:2017-11-26
    • 文件大小:816897
    • 提供者:ben
  1. matlab

    0下载:
  2. 误差的来源 非线性方程(组)的数值解法 解线性方程组的直接方法 解线性方程组的迭代法 矩阵的特征值与特征向量的计算 函数的插值方法 函数逼近与曲线(面)拟合 数值微分 数常微分方程(组)求解值积分 -The source of the error Numerical method for solving the nonlinear equation (group) The direct method of solving linear
  3. 所属分类:File Formats

    • 发布日期:2017-11-08
    • 文件大小:1071502
    • 提供者:陈佳文
  1. nihequxian

    1下载:
  2. matlab复变函数求解拟合曲线的方法和程序-Solving complex function matlab curve fitting methods and procedures
  3. 所属分类:Communication

    • 发布日期:2017-11-09
    • 文件大小:819
    • 提供者:liyu
  1. Matlab-Fitting-Toolbox

    0下载:
  2. 今天帮同学做了一个非线性函数的曲线拟合,以前没做过,所以是摸着石头过河。费了一下午时间,终于把曲线拟合出来了,顺道也学习了使用Matlab进行曲线拟合的方法,把学习所得记录下来,和大家共享。-Today, help students to do a nonlinear function curve fitting, never done before, it is feeling the stones. Spent an afternoon, and finally the curve fitt
  3. 所属分类:File Formats

    • 发布日期:2017-11-16
    • 文件大小:168051
    • 提供者:
  1. least_square_method1

    0下载:
  2. 多项式函数具有较好的微分属性,用多项式函数去拟合未知的较复杂的函数,以最小二乘来确定最佳的多项式函数,进而求解微分方程-Differential polynomial function has good properties of the unknown polynomial function to fit the more complex functions, in order to determine the best least squares polynomial function, t
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:1545
    • 提供者:lu
  1. 11111

    0下载:
  2. 多项式拟合,对一组带噪原始数据,采用“普通”的多项式函数进行拟合.-Linear fitting and least squares
  3. 所属分类:Software Testing

    • 发布日期:2017-04-26
    • 文件大小:13986
    • 提供者:dyk
  1. MATLAB-xianxingnihe

    0下载:
  2. 基于MATLAB的非线性曲线拟合。介绍软件MATLAB非线性曲线拟合的功能,通过上机实验和误差分析,寻找较好的非线性函数来拟合实验数据,从 而探索并归纳总结出非线性曲线拟合的方法、求解步骤和上机操作过程。-Thispaper introduces the functionof nonlinear curve fittingofMATLABsoftware. Bydoingexperimentswithcomputer anderror analysis, it is lookingfor
  3. 所属分类:software engineering

    • 发布日期:2017-05-01
    • 文件大小:853793
    • 提供者:jiaren
  1. C-language-prepared-by-least-squares

    0下载:
  2. 函数逼近与曲线拟合,用最小二乘法进行曲线拟合的C或C++编写的完整程序!-C language prepared by the method of least squares curve fitting
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:5336
    • 提供者:刘长青
  1. zuixiaoerchen

    0下载:
  2. 最小二乘法曲面拟合,三维曲面拟合程序,由多个函数组成-Least squares curve fitting, 3D surface fitting procedure, consisting of multiple function
  3. 所属分类:File Formats

    • 发布日期:2017-04-25
    • 文件大小:83281
    • 提供者:天天
  1. matlab001

    0下载:
  2. 用MATLAB作非线性最小二乘拟合 Matlab的提供了两个求非线性最小二乘拟合的函数:lsqcurvefit和lsqnonlin。-Use MATLAB for nonlinear least squares fitting, MATLAB provides two nonlinear least-square fitting function: lsqcurvefit and lsqnonlin.
  3. 所属分类:Project Design

    • 发布日期:2017-04-23
    • 文件大小:13214
    • 提供者:sunqingle
  1. generation-ground-motion

    1下载:
  2. 考虑地震环境的人造地震的合成方法,将经验格林函数法和人造地震动反应谱拟合技术有机地结合起来, 提出了一种新的人造地震动方法。-Consideration of Earthquake Environment synthesis of artificial earthquake, the empirical Green s function method and the artificial ground motion response spectrum fitting technology org
  3. 所属分类:Development Research

    • 发布日期:2017-04-17
    • 文件大小:465950
    • 提供者:wang
  1. jeng_nc88

    0下载:
  2. DSmT证据推理的组合公式计算函数,插值与拟合的matlab实现,预报误差法参数辨识-松弛的思想。- Combination formula DSmT evidence reasoning calculation function, Interpolation and fitting matlab implementation, Prediction Error Method for Parameter Identification- the idea of relaxation.
  3. 所属分类:Communication

    • 发布日期:2017-12-13
    • 文件大小:8911
    • 提供者:白文谦
  1. Scipy

    1下载:
  2. SciPy—数值计算库 在NumPy的基础上增加一些功能 1、常数和特殊函数 2、线性代数-linalg 3、优化 (1)非线性方程组求解 (2)最小二乘拟合 (3)函数最小值 4、插值—interpolate (1)B样条曲线插值 (2)外推和Spline拟合 (3)二维插值 5、数值积分—integrate (1)球的体积 (2)解常微分方程组 6、统计—stats (1)连续和离散概率分布 (2)二项、泊松、伽玛分布 7、稀疏矩阵—sparse(On t
  3. 所属分类:文章/文档

    • 发布日期:2019-10-21
    • 文件大小:1502208
    • 提供者:预警
« 1 2»
搜珍网 www.dssz.com