Undefined Function or Variable 'confusionchart'

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);

 Respuesta aceptada

Stephan
Stephan el 27 de En. de 2019
Editada: Stephan el 27 de En. de 2019

2 votos

Hi,
confusionchart was introduced in R2018b. Since you are using R2018a it is not available. Update to R2018b to use it.
To avoid this kind of problems, make sure to use the R2018a documentation.
Best regards
Stephan

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Productos

Versión

R2018a

Preguntada:

el 27 de En. de 2019

Editada:

el 27 de En. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by