Legend in a for loop.
Ältere Kommentare anzeigen
I have a matrix of 276 by 30. I use a for loop to plot 7 rows in one graph with 22 graphs in total. I am trying to add 7 legends to each graph. I converted a matrix of 276 by 1 into a string array using cellstr and numstr. However, when I tried to put the string array into the for loop, it only add one legend to my graph. I used legend(stringarray(n,:)).
Antworten (1)
Kategorien
Mehr zu Legend finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!