how to combine saved figure files in a subplot

6 visualizzazioni (ultimi 30 giorni)
Jorge Rivé
Jorge Rivé il 10 Ott 2013
Risposto: Farhad Sedaghati il 22 Giu 2015
Hello,
I've found help on the web regarding combining saved figure files in a subplot using the copyobj command. However, I can't seem to be able to copy the complete figures which include titles, text, and a legend. Is there anyway to copy the saved plot (with all its attributes) into a subplot?
  1 Commento
Jan
Jan il 10 Ott 2013
Modificato: Jan il 10 Ott 2013
Where did you found which method? Please post what you have tried so far, than adding the new details is much easier than writing the complete code from scratch guessing many details.
You cannot copy a saved plot "with all details" to a subplot, because e.g. a legend does not belong to the plot axes directly.

Accedi per commentare.

Risposte (2)

Image Analyst
Image Analyst il 11 Ott 2013

Farhad Sedaghati
Farhad Sedaghati il 22 Giu 2015
This following function helps you to put several fig files next to each other as subplots: http://www.mathworks.com/matlabcentral/fileexchange/51236-subplot

Community Treasure Hunt

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

Start Hunting!

Translated by