Problems with lsqcurvefit
古いコメントを表示
In trying to fit 3 parameters in an ODE system using lsqcurvefit, but MATLAB gives me the following error message:
??? Error using ==> lsqcurvefit at 253
Function value and YDATA sizes are incommensurate.
Error in ==> fit_massb at 21
[kfinal,resn,error,exf,out,l,jac]=lsqcurvefit(@callmassb,k0,tspan,yd,lb,ub,[],x0);
What does this mean?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Nonlinear Least Squares (Curve Fitting) についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!