least square fit.

Hi, Please I need help solving and plotting this regression in matrix form using Matlab. Thanks a lot

1 个评论

I understand how to set it up in a matrix form on paper but I'm new to Matlab and I have to use Matlab to compute it. Thanks

请先登录,再进行评论。

回答(1 个)

Matt J
Matt J 2018-2-25
v=A\z

5 个评论

This is a least square fit problem. I know V = (A*T*A)^-1 A*T*Z. I need help with doing this on Matlab. You wrote V = A/Z. That does not do anything sir
No, I wrote v=A\z. It will do exactly what you request.
Abraham Kaz
Abraham Kaz 2018-2-25
编辑:Abraham Kaz 2018-2-25
How do I do that in Matlab. Could you please provide more details. Thanks
At the command prompt, simply enter v=A\z

请先登录,再进行评论。

评论:

2018-2-25

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by