Adding legend to a plot from an array

31 views (last 30 days)
Moiz
Moiz on 20 Jun 2015
Commented: Tamil on 20 Apr 2024 at 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 ?

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 20 Jun 2015
Edited: Azzi Abdelmalek on 20 Jun 2015
lengend(legStr)
  3 Comments
Tamil
Tamil on 20 Apr 2024 at 9:21
Enter legend one space with starnames. Legend (starnames)

Sign in to comment.

More Answers (1)

Kishor
Kishor on 19 Dec 2022
Add a legend to plot using the array starname

Tags

Community Treasure Hunt

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

Start Hunting!