フィルターのクリア

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.
sujan ghimire
sujan ghimire 2017 年 2 月 11 日

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSubplots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by