n-dimensional curve fitting

I have a series of 'n' linear equation of 'm' variables, where n > m. with best curve fitting or any other techniques how will i calculate/get 'm' coffiecients of the variables?

1 个评论

For example aX1+bY1=W1 aX2+bY2=W2 aX3+bY3=W3 this is a system of linear equations of 2 varaiables 'a'&'b' with given 3 equations.

请先登录,再进行评论。

回答(1 个)

Matt J
Matt J 2013-2-18
编辑:Matt J 2013-2-18

0 个投票

If your system of linear equations is A*x=b, you can solve as x=A\b

2 个评论

i have already said its a system of 'm' variables, not only one (x)
Matt J
Matt J 2013-2-18
编辑:Matt J 2013-2-18
My answer does apply in n dimensions (A is an n x m matrix, b is an nx1 vector). Try it.

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 Get Started with Curve Fitting Toolbox 的更多信息

提问:

2013-2-18

Community Treasure Hunt

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

Start Hunting!

Translated by