登录
首页 » matlab » matlab 函数逼近与拟合源程序代码

matlab 函数逼近与拟合源程序代码

于 2019-02-13 发布
0 214
下载积分: 1 下载次数: 22

代码说明:

说明:  函数逼近与拟合 240   7.1 正交多项式 240   7.1.1 正交函数族 240   7.1.2 几个常用的正交多项式 242   7.2 最佳一致逼近 246   7.3 最佳平方逼近 249   7.4 最小二乘拟合 252   7.4.1 线性最小二乘拟合 253   7.4.2 非线性最小二乘拟合 255   7.4.3 多元最小二乘拟合 256   7.5 有理函数逼近 256   7.5.1 连分式逼近 257   7.5.2 Padé逼近 259   7.6 傅里叶逼近 262   7.7 MATLAB自带函数应用 264   7.7.1 polyfit函数 264   7.7.2 lsqcurvefit函数 266   7.7.3 nlinfit函数 267   7.7.4 lsqlin函数 268   7.7.5 lsqnonlin函数 269   7.8 应用案例 270(Matlab function approximation and fitting source code)

文件列表:

CH07, 0 , 2019-02-13
CH07\addallnum.m, 63 , 2017-02-27
CH07\addrownum.m, 898 , 2017-02-14
CH07\bsqapprox.m, 1189 , 2017-05-15
CH07\cfracapprox.m, 783 , 2017-05-15
CH07\example7_end_1.m, 883 , 2017-05-15
CH07\example7_end_2.m, 959 , 2017-05-15
CH07\lsqfit.m, 813 , 2017-05-15
CH07\opfun.m, 1109 , 2017-05-15
CH07\orthopoly.m, 611 , 2017-05-15
CH07\padeapprox.m, 1178 , 2017-05-15
CH07\permeability.m, 1198 , 2017-05-15
CH07\remes.m, 2296 , 2017-05-15
CH07\triapprox.m, 1216 , 2017-05-15

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VC++在应用程序中使用标准窗口控件初步
    VC++在应用程序中使用标准窗口控件初步-VC in applications using standard window controls preliminary
    2022-02-28 22:56:19下载
    积分:1
  • LCD1602驱动程序,还可以显示时间。
    LCD1602驱动程序,还可以显示时间。-LCD1602 driver can also display the time.
    2022-07-04 01:24:40下载
    积分:1
  • 31
    51单片机中led流水灯的c程序在压缩包中包含c程序和keil工程等等,需要的可自行打开观看(The C program of LED pipelining lamp in 51 single chip computer includes C program and keil project in the compression package. It can be opened and watched by itself if needed.)
    2020-06-21 06:00:02下载
    积分:1
  • One can use the keyboard up and down about the movement of aircraft, and with co...
    一个可以用键盘的上下左右移动的飞机,并且带有颜色-One can use the keyboard up and down about the movement of aircraft, and with color
    2022-04-30 05:43:19下载
    积分:1
  • icePubDll
    获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息 例程: void gethardinfo() { QString str1=""; char buff[1024]; char buff2[1024]; char temp; typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo); ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0; HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll"); if(hDLLDrv) { icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo"); } icePub_machineGetInfo(3,buff); str1=buff; int i=0; int n=0; n=str1.length(); qDebug()<<n; for(i=0;i<n;i+=2) { temp=buff[i]; buff2[i+1]=temp; buff2[i]=buff[i+1]; } QString str2=buff2; qDebug()<<buff2; qDebug()<<str2; }(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
    2017-12-28 11:45:08下载
    积分:1
  • VC++重启电脑 关闭计算机、注销登录实例
    VC++重启电脑 关闭计算机、注销登录实例,电脑关机模块的程序代码,可用在VC++的软件里面,作为程序的辅助功能来使用,类似例子已经有很多了,每个都有各自的写法,仅供学习参考。
    2022-08-18 22:44:42下载
    积分:1
  • ConsoleApplication4
    电池电量解析,基于matlab曲线拟合,C实现(Battery power analysis, matlab curve fitting, C implementation)
    2018-11-29 14:38:32下载
    积分:1
  • 一个简陋的数独游戏,java初学者开发,用户必须安装JDK,并设置JDK环境。...
    一个简陋的数独游戏,java初学者开发,用户必须安装JDK,并设置JDK环境。-A simple sudoku game!
    2022-03-18 14:49:52下载
    积分:1
  • pintu
    用MFC编写的拼图游戏,可以在VC++6.0环境下编译成功(Written with MFC jigsaw puzzle, can be in vc++ 6.0 compiled under the environment of success)
    2011-12-21 21:41:51下载
    积分:1
  • household_power_consumption
    说明:  UCI家庭用电数据集(Individual household electric power consumption Data Set ),包括日期、时间、有功功率、无功功率、电压、电流、厨房用电功率、洗衣服用电功率、热水器用电功率等属性,可用于回归、聚类分析等。(UCI Individual household electric power consumption Data Set, including date, time, active power, reactive power, voltage, current, kitchen power, laundry power, water heater power and other attributes, can be used for regression, clustering analysis.)
    2021-05-08 15:28:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载