필터 지우기
필터 지우기

Why ploterrhist is not working in subplot?

조회 수: 3 (최근 30일)
sujan ghimire
sujan ghimire 2017년 2월 11일
댓글: sujan ghimire 2017년 2월 11일
I used the below code and getting only the single figure? any suggestion.
subplot(2,1,1);
ploterrhist(e_ANN)
title('X');
subplot(2,1,2);
ploterrhist(e_SVM)
title('Y');

답변 (1개)

Star Strider
Star Strider 2017년 2월 11일
You are plotting the same error data in both subplots. They will of course look the same.
  댓글 수: 9
Star Strider
Star Strider 2017년 2월 11일
편집: Star Strider 2017년 2월 11일
No, because I don’t know what you’re doing or how you got those vectors, so they are meaningless.
Instead of posting a couple vectors, post the code, attach do not post — your data as a .mat file (see the documentation for the save function to create it, then use the ‘paperclip’ icon to upload it), and perhaps we can help determine with the problem is, if a problem exists at all.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Subplots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by