I have two figure in my output result but I want to show both figure in a single figure, How can I ?
Ältere Kommentare anzeigen
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?
Antworten (3)
Azzi Abdelmalek
am 10 Aug. 2013
0 Stimmen
You can use hold on command
1 Kommentar
RS
am 10 Aug. 2013
per isakson
am 10 Aug. 2013
0 Stimmen
Farhad Sedaghati
am 17 Jul. 2015
0 Stimmen
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)
Kategorien
Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!