How to 'tile' pre-saved figures?

Hi,
I have 4 complex plots that are a mixture of stacked and subplots with lots of data on. For simplicity and for later use I have saved them as 4 individual figures e.g " '1.fig', '2.fig' , '3.fig', 4.fig' ". However, I would like to know how to also combine these pre-saved figures into a tile formation?
Any help?
Thanks!

Answers (1)

Becka W
Becka W on 11 Apr 2019
Use the imwrite(I,name), where I is the image and name is what you would like to save it as.

Asked:

on 11 Apr 2019

Answered:

on 11 Apr 2019

Community Treasure Hunt

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

Start Hunting!