Adding legend to a plot from an array

30 visualizzazioni (ultimi 30 giorni)
Moiz
Moiz il 20 Giu 2015
Commentato: Tamil il 20 Apr 2024 alle 9:21
Ive got iD directories, iF files per directory and iS data sets per files. To extract the data I build an array dataset(:,iD,iF,iS) and also build a legend string with the corresponding names of the directory,file and data set just like legStr{iD,iF,iS}. Then I loop over the directories times the files times the data sets and plot it all in one figure. How can I use my legStr cell array to create a legend on this figure ?

Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 20 Giu 2015
Modificato: Azzi Abdelmalek il 20 Giu 2015
lengend(legStr)
  3 Commenti
Tamil
Tamil il 20 Apr 2024 alle 9:21
Enter legend one space with starnames. Legend (starnames)

Accedi per commentare.

Più risposte (1)

Kishor
Kishor il 19 Dic 2022
Add a legend to plot using the array starname

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by