Exporting Equation from Matlab Multivariate regression spline

조회 수: 2 (최근 30일)
Septian Prahastudhi
Septian Prahastudhi 2020년 11월 30일
댓글: Septian Prahastudhi 2020년 12월 25일
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.

답변 (1개)

Aman Vyas
Aman Vyas 2020년 12월 16일
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 !
  댓글 수: 1
Septian Prahastudhi
Septian Prahastudhi 2020년 12월 25일
Hi Aman,
Thanks a lot, I have tried to used to mvregress and it seems good,
But, do you know how to export the equations?, so I can write it in excell
Thanks
Septian

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

카테고리

Help CenterFile Exchange에서 Splines에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by