how to add legends?
1 回表示 (過去 30 日間)
古いコメントを表示
I want to merge 3 plots into one..how can i do that
0 件のコメント
採用された回答
M
2012 年 3 月 29 日
You can also use the following:
hold on %after the first plot to continue plotting on the same figure
legend on
% or legend('plot1','plot2','plot3');
0 件のコメント
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Legend についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!