How to curve fit 4D data?

조회 수: 21 (최근 30일)
Luis Meneses
Luis Meneses 2015년 4월 27일
댓글: Luis Meneses 2015년 5월 2일
Hello :D
I am using Surface fitting toolbox to curve fit 3 dimesional data. Until now, I have 3 variables (X, Y and Z), and i can fit with no problems, and avaliate the goodnes of fit.
But now, I need to put there one more variable (T), and will be 4 dimensional. Any ideia how to fit that to obtain a mathematical expression, and avaliate the goodnes of fit?
Thank you

채택된 답변

Ahmet Cecen
Ahmet Cecen 2015년 4월 27일
If your curves will be polynomials, try my FEX function MultiPolyRegress. It also provides a fairly rich set of goodness of fit measures.

추가 답변 (1개)

Sean de Wolski
Sean de Wolski 2015년 4월 27일
Statistics Toolbox provides fitnlm which will fit in N-D for you.
  댓글 수: 3
Sean de Wolski
Sean de Wolski 2015년 4월 28일
These are newer functions that provide similar functionality to nlinfit or mvregress
Luis Meneses
Luis Meneses 2015년 5월 2일
I have matlab R2011a, how can i do with this version?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by