I have two figure in my output result but I want to show both figure in a single figure, How can I ?
Show older comments
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?
Answers (3)
Farhad Sedaghati
on 17 Jul 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)
Categories
Find more on Printing and Saving in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!