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

搜索资源列表

  1. Chazhi_Nihe

    0下载:
  2. 对大量数据的差值与拟合算法的Matlab实现,基于多用思想-The difference of large amounts of data fitting algorithm of the Matlab implementation, based on multi-thinking
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:184259
    • 提供者:Tiger
  1. classical_algorithm

    0下载:
  2. Matlab 经典算法的程序集锦,包含线性回归、数据拟合、方程求解、画图-Matlab classical algorithm of the program highlights, including linear regression, data fitting, equation solving, drawing, etc.
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3249313
    • 提供者:Tiger
  1. Chapter-14

    0下载:
  2. 基于小波神经网络matlab程序设计曲线拟合-Curve fitting matlab program based on wavelet neural network design
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:2114
    • 提供者:xxt
  1. the-control-of-Current-source

    0下载:
  2. 用于数控电流源的控制 有液晶显示 键盘输入 采用MATLAB拟合 输入电流与实际输出电流误差最大5 -For the controlled current source control LCD keyboard input using MATLAB to fit the largest 5 of the input current and the actual output current error
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:62862
    • 提供者:小石头
  1. tools-to-fit-the-data-package

    0下载:
  2. 应用matlab对数据进行拟合的工具包,可运行,方便易懂-Application matlab right tools to fit the data package, you can run, convenient and easy to understand
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2835
    • 提供者:george
  1. NeuralNetwork_BP_Regression.m

    0下载:
  2. BP神经网络(主要用于函数拟合)Matlab的示例程序-BP neural network (mainly used for function fitting) Matlab example program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1122
    • 提供者:yangyang
  1. wuyueshuqiujizhi

    0下载:
  2. 神经网络算法 matlab编程 拟合数据-Neural network algorithm matlab programming fitting data
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1316353
    • 提供者:晨曦
  1. 11

    0下载:
  2. 单点坐标转换本地区的matlab拟合单点坐标转换本地区的matlab拟合-The single point coordinate transformation in the matlab fitting
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:381323
    • 提供者:寒暄
  1. multifit_use

    0下载:
  2. 多项式拟合函数,用于给定数据点的多项式拟合,区别于matlab内置的函数polyfit,但效果差别不大。-A simple way of polynomial fitting to given points ,which is different from polyfit function but with no much different in result .
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:724
    • 提供者:yongminghu
  1. Polyfit

    0下载:
  2. 多项式拟合的,基于徐士良的程序,例子中是以书中的例子,自己改编为f90,当然输入可以从文件中,希望可以对大家有帮助,此外大家应该注意这个拟合出来的多项式和matlab的系数有差别具体看原理-Polynomial fitting, XU Shi-liang of the program, for example, is based on the examples in the book, adapted for f90, of course, from the input file, hope t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1379
    • 提供者:Jeydragon
  1. nihe

    0下载:
  2. 数据拟合,关于matlab在数据拟合方面的实例教程,可做参考-Data fitting, matlab tutorial examples of data fitting, do reference
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1968
    • 提供者:chenlei
  1. nihe

    1下载:
  2. (1)对选定二阶电路图进行仿真,得到仿真的输入、输出数据; (2)建立二阶系统函数,用模拟的方法求解其响应,并用matlab平台求出响应波形; (3)对数据进行拟合; (4)对拟合的结果进行误差分析 -(1) on the selected second order circuit diagram of the simulation to obtain a simulation of the input and output data (2) the establishm
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:17064
    • 提供者:yin jun
  1. curve-combine

    0下载:
  2. MATLAB提供了各种曲线拟合方法,例如:Exponential, Fourier, Gaussing, Interpolant, Polynomial, Power, Rational, Smoothing Spline, Sum of Functions, Weibull等,当然,也可以使用 Custom Equations. cftool不仅可以绘制拟合后的曲线、给出拟合参数,还能给出拟合好坏的评价参数(Goodness of fit)如SSE, R-square, RMSE等数据,非
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:49739
    • 提供者:李平
  1. least-square-fitting

    0下载:
  2. Matlab实现最小二乘拟合.要求输入拟合点,输出拟合函数的系数并在同一坐标系下画出离散点和拟合曲线。-matlab has given a least square fitting algorithm.and given combine curve.
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:13872
    • 提供者:李平
  1. svm

    0下载:
  2. 支持向量机的程序,包括支持向量机 Matlab 示例程序四种支持向量机用于函数拟合与模式识别的 Matlab 示例程序-Support vector machine program
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:8893
    • 提供者:Junrui
  1. chapter25

    0下载:
  2. matlab学习案例,有导师学习神经网络的回归拟合-the matlab case study tutor learning neural network regression fit
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:173056
    • 提供者:蔡正杰
  1. MATLABindex-fit

    0下载:
  2. matlab中指数拟合的源程序 很好 很有用-the matlab in exponential fitting good source useful
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:81781
    • 提供者:
  1. The-use-of-mathematical-modeling

    0下载:
  2. 数学建模---MATLAB的使用简介一、曲线插值与拟合二、数值微分与积分三、微分方程数值解四、优化问题五、回归分析-The use of mathematical modeling--- MATLAB Introduction of a curve interpolation and fitting the second, numerical differentiation and integration III, differential equations IV, V optimizatio
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:80288
    • 提供者:zhaobiao
  1. Seegplotc

    3下载:
  2. 散乱密集点的曲面拟合,在国外matlab论坛上下载的,看了了一下,写的有点繁琐,还是比较不错的, -The scattered dense point surface fitting, download in the abroad matlab Forum, looked a bit, write a bit tedious, it is quite good,
  3. 所属分类:Windows编程

    • 发布日期:2013-08-16
    • 文件大小:186798
    • 提供者:tb
  1. BP1

    0下载:
  2. 这是BP神经网络的matlab代码,调节对学习速率、隐含层数等不同参数的设置,通过神经网络的不断训练,观察图形,以得到最好的拟合-This is for us green hands.BP shen jing wangluo xuyao dui gezhong canshu jinxing butong de xunlian,yi dadao zuiyou nihe.
  3. 所属分类:assembly language

    • 发布日期:2017-11-12
    • 文件大小:10496
    • 提供者:xiaocaicyff
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com