how to import a saved figure into a subplot
5 次查看(过去 30 天)
显示 更早的评论
Hi
If I am saving multiple figures as say f1.fig, f2.fig and so on with specific settings that are already saved. How can I import these figure and put them in a subplot without replotting everything?
i.e.
Subplot(1,2,1)
figure f1
subplot(1,2,2)
figure f2
1 个评论
Jan
2021-6-1
It depends on the contents of the figures: GUIs? Only 1 axes or even multiple subplots?
回答(1 个)
Jan
2021-6-1
You can create the subplots and copy the axes of the opened figures using copyobj.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Subplots 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!