Adding proper label names to confusion matrix created with plotconfusion function:
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
mlaudu
el 9 de Jun. de 2015
Comentada: mlaudu
el 17 de Jun. de 2015
How can I add actual label names to a confusion matrix created using plotconfusion? I don't want the current default of using numerals 1, 2, 3, etc as the label names. Any ideas will be appreciated. Thanks.
0 comentarios
Respuesta aceptada
Alka Nair
el 17 de Jun. de 2015
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.
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!