How to curve fit 4D data?
19 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Luis Meneses
el 27 de Abr. de 2015
Comentada: Luis Meneses
el 2 de Mayo de 2015
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
0 comentarios
Respuesta aceptada
Ahmet Cecen
el 27 de Abr. de 2015
If your curves will be polynomials, try my FEX function MultiPolyRegress. It also provides a fairly rich set of goodness of fit measures.
0 comentarios
Más respuestas (1)
Sean de Wolski
el 27 de Abr. de 2015
Statistics Toolbox provides fitnlm which will fit in N-D for you.
3 comentarios
Sean de Wolski
el 28 de Abr. de 2015
These are newer functions that provide similar functionality to nlinfit or mvregress
Ver también
Categorías
Más información sobre Linear and Nonlinear Regression en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!