搜索资源列表

  1. polyval2d

    0下载:
  2. 二维多项式拟合 仿照matlab中polyval编写
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.1kb
    • 提供者:judgebill
  1. polyfit2dtest

    0下载:
  2. 二维多项式拟合 仿照matlab中polyval编写
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.08kb
    • 提供者:judgebill
  1. polyfit2dtest

    0下载:
  2. 二维多项式拟合 仿照matlab中polyval编写-Two-dimensional polynomial fitting matlab modeled in the preparation of polyval
  3. 所属分类:Windows编程

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:judgebill
  1. polyval2d

    0下载:
  2. 利用polyval2d函数可以得出polyfit2d拟合的三维曲面的函数的系数矩阵-use polyval2d function to get fit function created by polyfit2d coefficient matrix
  3. 所属分类:OpenGL

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:zhuguanjun
  1. nihezuotu2

    0下载:
  2. 在matlab中读取.dat文件后,利用函数polyfit和polyval进行拟合作图-In matlab to read. Dat file, use the function polyfit and polyval cooperation plan for the proposed
  3. 所属分类:matlab例程

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:zhoushishuang
  1. function2

    0下载:
  2. Defining the plot Function for the DocPolynom Class The MATLAB plot function creates line graphs. The overloaded plot function selects the domain of the independent variable to be slightly larger than an interval cont
  3. 所属分类:matlab例程

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:sabah_altaie
  1. fit_demo

    0下载:
  2. 多项式和非多项式曲线拟合,多项式拟合在matlab中可以使用polyfit函数求解多项式系数,通过polyval函数求解拟合多项式在某数据点处的值-Polynomial and non-polynomial curve fitting, polynomial fitting in matlab polyfit function can be used to solve polynomial coefficients, solve the
  3. 所属分类:matlab例程

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:王茂茂
  1. 1

    0下载:
  2. format long = uigetfile( *.xls ) file= x=xlsread(file) for i=1:19 xd1=x(i,1) xd2=x(i,2) xd3=x(i,3) xd4=x(i,4) yd1=x(i,6) yd2=x(i,7) yd3=x(i,8) yd4=x(i,9) m= n= p=polyfit(m,n,1) z=polyval
  3. 所属分类:软件工程

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:lizhi
  1. BALG

    0下载:
  2. c#的多项式类,包括多项式运算符重载,多项式求值,求根等,不错的参考类-c# polynominal class, including operator override,roots, polyval..
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-24
    • 文件大小:32kb
    • 提供者:薛总
  1. csfit

    0下载:
  2. 求解三次紧压样条曲线,其中给出了一阶导边界。并用polyval命令画出三次样条插值-The three-order compacted spline curve is solved, and the first order derivative boundary is given. And use the polyval command to draw cubic spline interpolation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:Sara

源码中国 www.ymcn.org