Undefined Function or Variable 'confusionchart'

조회 수: 4 (최근 30일)
Nour Aburaed
Nour Aburaed 2019년 1월 27일
편집: Stephan 2019년 1월 27일
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);

채택된 답변

Stephan
Stephan 2019년 1월 27일
편집: Stephan 2019년 1월 27일
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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by