Is it possible to subplot confusion matrices using Plotconfusion funtion?

5 次查看(过去 30 天)
I'm plotting several confusion matrices using plot_confusion() function (MATLAB) but it doesn’t working.Displays every confusion matrix sperately
figure
Subplot(2,1,1);
plotconfusion(targets,outputs,'train');
subplot(2,1,2);
plotconfusion(targets1,outputs1,'test')

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by