Exporting Equation from Matlab Multivariate regression spline
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Septian Prahastudhi
el 30 de Nov. de 2020
Comentada: Septian Prahastudhi
el 25 de Dic. de 2020
Hi All,
I have datasets with spline type problem, the data are consist of 6 input and 1 output.
Is there any toolbox matlab to train this data, predict and export the equation so i can make it user friendly to my colleague (into excell)
I tried to use ARES, but it seems that we could not export the equation to excell.
Thanks a lot.
SP.
0 comentarios
Respuestas (1)
Aman Vyas
el 16 de Dic. de 2020
Hi,
You can use Statistics Toolbox, by using the mvregress() function.
Or you might use the following function that does not require the statistics toolbox to be installed
Also i am attaching a reference code that can walk you through this process.
Hope it helps !
Ver también
Categorías
Más información sobre Splines 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!