I have two figure in my output result but I want to show both figure in a single figure, How can I ?
Afficher commentaires plus anciens
I have two figure in my output result but I want to show both figure in a single figure, How can I ?
figure; figure;
in output there are two figure but I want to club/combine both figure in a figure1/figure2, How can I?
Réponses (3)
Azzi Abdelmalek
le 10 Août 2013
0 votes
You can use hold on command
1 commentaire
RS
le 10 Août 2013
Farhad Sedaghati
le 17 Juil 2015
0 votes
This following function helps you to put several fig files next to each other as subplots: http://www.mathworks.com/matlabcentral/fileexchange/51236-subplot It is important to note that all the saved fig file should be 2D and single plot (No subplots)
Catégories
En savoir plus sur Printing and Saving dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!