Clear Filters
Clear Filters

problem with multi linear regression, because of scaleabilitiy

4 views (last 30 days)
Hi,
Currently I am trying to find several dynamic parameters of a linear motor. (D dampingcoef, C forcecoef and a variable linear mass= (M+m*x))
My system of equations is:
D*x+M*y+m*z=C*f
Where x y z f are arrays of measured values
Is there a way to use a multilinear regression in order to find (D,M,m and C)? My problem is that with the regular methods I can just change C and still find solutions in other words its not a finite solution.

Answers (0)

Categories

Find more on Linear and Nonlinear Regression in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!