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개)
If your system of linear equations is A*x=b, you can solve as x=A\b
카테고리
도움말 센터 및 File Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!