필터 지우기
필터 지우기

Saving Matlab resutls and output

조회 수: 3 (최근 30일)
mmenvo
mmenvo 2012년 2월 6일
In the matlab workspace the output/results can be easily saved. But when we train the network with some data to see the performance of the training, the regression plots along with the histograms and performance plots can not be saved as a file. My Question is how to do that? Is there any options to save those plots?
One more thing: Is there any GUI which helps to run large dataset with the trained network (where i don't have to put any target data-because the net is already trained)?

답변 (1개)

Paul
Paul 2012년 2월 7일
I think you are looking for: saveas(gca,'name','tif')
You can save figures or histograms. Other file formats are also supported.

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by