I am performing experiments that involves reading data from many sensors. Figures will be created that will represent the data from each sensor. To present the data I would like to first plot all data which will create about 20 figures. After that I would like the figures to be put into a much larger image that contains placeholders for each figure.
I was thinking that maybe there is a way to take this much larger image and through MATLAB give it placeholders named for example "1", "2", "3" and so on. After that is done I could write a script that would take said figures and place them each on the larger image, on their respective placeholder. Of course I would have to name each figure accordingly.
How do I do this?
Is this even possible?
I have attached an example of an image containing examples of placeholders. 