Undefined Function or Variable 'confusionchart'
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Nour Aburaed
am 27 Jan. 2019
Bearbeitet: Stephan
am 27 Jan. 2019
I am following a simple confusion matrix tutorial. I keep getting the error "undefined function or variable 'confusionchart'". What could be the reason for this error? I am using Matlab R2018a.
[m, order] = confusionmat(target_,output_);
figure
cm = confusionchart(m,order);
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!