adding a legend in 3 for loops with three plots

1 回表示 (過去 30 日間)
mazari ahmed
mazari ahmed 2015 年 8 月 12 日
コメント済み: mazari ahmed 2015 年 8 月 12 日
l want to make a legend for my figure but l have 3 for loops with three plots like mentioned below : legend 1 : essential legend 2 : less essential legend 3 : most important
for P=1:K
% body
plot(.....,'bo');
end
for Z=N:T
%body
plot(....,'ro'):
end
for i=1:L
%body
plot(....,'ko'):
end
how can l manage my legend ? thank you
  3 件のコメント
mazari ahmed
mazari ahmed 2015 年 8 月 12 日
編集済み: mazari ahmed 2015 年 8 月 12 日
no just three lineseries for each : line 1 for loop 1 line 2 for loop 2 line 3 for loop 3
mazari ahmed
mazari ahmed 2015 年 8 月 12 日
hope that my question is clear ?

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

回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by