Update Legend with varying values (variables)

Hello Community,
let's say the variable n in a loop becomes n=1, n=2, n=3, n=4, n=5.
The results are 5 different graphs in one figure.
How can the legend be automatically adjusted to it --> curve1 -->n=1; curve2 --> n=2 etc.?
Thank you.

 採用された回答

madhan ravi
madhan ravi 2020 年 7 月 4 日

0 投票

legend(sprintf('curve%d', n))

その他の回答 (0 件)

カテゴリ

Community Treasure Hunt

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

Start Hunting!

Translated by