?? nlsqalt.m
字號(hào):
function f=nlsqalt(b)
%function f=nlsqalt(b)
%
% Used in demo nlsq_d to compare with nonlinear least squares from minz.
% nlsqalt is the function used by the lsqnonlin, part of Matlab's
% Optimization Toolbox.
nlsqdat
yhat = b(1)*x + b(2)*x.^2 + b(3)*x.^3 + b(4)*cos(b(5)*x);
f = y - yhat;
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -