matlab多元非线性回归教程
matlab 回归(多元拟合)教程前言1、学三条命令polyfit(x,y,n)--- 拟合成一元幂函数(一元多次)regress(y,x)---- 可以多元,nlinfit(x,y, ’ fun ’
matlab多元非线性回归教程