Legend problem in 2018b version

1 visualizzazione (ultimi 30 giorni)
Abdulaziz Abutunis
Abdulaziz Abutunis il 21 Ago 2019
Commentato: Devineni Aslesha il 26 Ago 2019
Hi All:
I am defining a cell array of strings that is to be read by the legend command later in a loop.
Case_Name={'R1','R2','R3'};
legend(Case_Name{kk}, font);
The code was wroking on older version but now gives me an error
Error using legend (line 261)
Invalid argument. Type 'help legend' for more information.
Any help would be appreciated
Thank you
  5 Commenti
Abdulaziz Abutunis
Abdulaziz Abutunis il 21 Ago 2019
Walter Roberson you are right. though it was working in older version donno how.
BIG thank you
Devineni Aslesha
Devineni Aslesha il 26 Ago 2019
Hi Abdulaziz Abutunis
I would like to know the purpose of using the legend command in a loop. Is it like creating three plots in different figure windows so that cell array of strings is read by the legend command later in a loop? Or Is it like creating three plots in the same figure window?

Accedi per commentare.

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by