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 Comment

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.

Sign in to comment.

Answers (1)

Matt J
Matt J on 18 Feb 2013
Edited: Matt J on 18 Feb 2013
If your system of linear equations is A*x=b, you can solve as x=A\b

2 Comments

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

Sign in to comment.

Categories

Asked:

on 18 Feb 2013

Community Treasure Hunt

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

Start Hunting!