Adding proper label names to confusion matrix created with plotconfusion function:
조회 수: 3 (최근 30일)
이전 댓글 표시
채택된 답변
Alka Nair
2015년 6월 17일
Hi, >> p = plotconfusion(t,y) gives a figure object p which has 2 children , one is uicontrol and the other is axis. By changing the YTickLabel property of the axis to the desired labels, you can get rid of the default labels.
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!