Update Legend with varying values (variables) part2

2 次查看(过去 30 天)
Hello,
I have a hard time to figure this configuration out. This time a little bit more precise:
Legend should look like this
Tricky?
  2 个评论
Walter Roberson
Walter Roberson 2020-7-4
Your legend(sprintf('curve%d',n)) does not appear to be within the loop?
And if it is, then so is the legend('unit cell')
GettinStarted
GettinStarted 2020-7-5
Hi Walter,
thanks for the answer.
The legends should correspond to:
The yellow marked ones do appear an the loop.
My goal is to achieve a legend like this.

请先登录,再进行评论。

采纳的回答

Nikhil Sonavane
Nikhil Sonavane 2020-7-14
As Walter suggested, your legend command should be in a loop to recurrsively update the legend in your figure. Variable Tpc_22 appears in the loop but only its last value is considered by the legend command while including legend in your figure. I would suggest you to use the legend command in the loop as well.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Legend 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by