Modify axis label for each plot within loop

I am generating plots for a series of values using a for loop and wish to output the value in the axis label. How do I do that?
ylabel('z = [insert value here]')

 採用された回答

Voss
Voss 2022 年 12 月 6 日

0 投票

z = 2.1;
ylabel(sprintf('z = %.2f',z))
See: sprintf

その他の回答 (0 件)

カテゴリ

製品

リリース

R2021b

質問済み:

2022 年 12 月 6 日

回答済み:

2022 年 12 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by