I have two figure in my output result but I want to show both figure in a single figure, How can I ?
Mostrar comentarios más antiguos
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?
Respuestas (3)
Azzi Abdelmalek
el 10 de Ag. de 2013
0 votos
You can use hold on command
1 comentario
RS
el 10 de Ag. de 2013
Farhad Sedaghati
el 17 de Jul. de 2015
0 votos
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)
Categorías
Más información sobre Printing and Saving en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!