How can I copy and paste figures from Classification Learner?
이전 댓글 표시
I am trying to compile the Confusion Matrices and ROC curves created by the Classification Learner App for the different machine learning algorithms. However, I can not find an option to copy the figure and I would rather not take screen shots because of the bad quality of the picture.
채택된 답변
추가 답변 (2개)
José Adrián Zambrano Miranda
2017년 2월 28일
2 개 추천
An example using print could be:
print(hFigs(1),'ROC','-depsc');%For eps figure with name: ROC
Zulfidin Khodzhaev
2019년 2월 16일
0 개 추천
You can pick which tab of the Classification Learner to export by looking at the 'Name' property of each figure ??
My window looks like:

I tried "hFigs = findall(groot,'type','Predictions: model 1.10');" but no result ?
카테고리
도움말 센터 및 File Exchange에서 Classification Learner App에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!