最小二乘法原理及matlab实现我要分享

The principle of least square method and its realization with MATLAB

关注次数: 172

下载次数: 1

文件大小: 1.60 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:此代码虽简单却不失深刻,通用性极强。我认为是作为一个最初学习最小二乘法MATLAB应用的新手应该学习的一个代码。此代码分为三个部分:线性拟合、多项式拟合与非线性拟合。全面!实用!


English Description:

Although this code is simple, it is very general. I think it is a code that should be learned by a novice who initially studied the application of least squares in MATLAB. This code is divided into three parts: linear fitting, polynomial fitting and nonlinear fitting. Comprehensive! practical!


代码预览

相关推荐