regression learner data exporting

hello
i'm using regression learner
and i found a nice model
the regression learner already plotted response plot with actual and predicted (blue and yellow dots)
how can i export these predictions ( yellow dots) out to excel file or csv
thanks

답변 (1개)

Rohan Amarapurkar
Rohan Amarapurkar 2019년 3월 28일
편집: Rohan Amarapurkar 2019년 3월 28일

0 개 추천

I suggest that you export your trained model to the MATLAB workspace. Make predictions on your data using the predictFcn function from the trainedModel struct that you exported.Finally you can save your prediction variable using the writematrix command as a csv/xlsx file.

카테고리

제품

릴리스

R2018b

질문:

2019년 3월 27일

편집:

2019년 3월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by