how to add a figure.fig file as subplot into a figure

7 vues (au cours des 30 derniers jours)
shubham kumar gupta
shubham kumar gupta le 24 Mai 2022
I have a myfig.fig as 1x2 subplot
i have plotted another myfig2.fig figure with 1x4 and I want to append myfig.fig file into this myfig2.fig
figure,
subplot(1,4,1); imshow(img1);
subplot(1,4,2); imshow(img2);
subplot(1,4,3); plot myfig.fig

Réponse acceptée

Adit Alware
Adit Alware le 27 Mai 2022
Hi Shubham,
After looking at the resultant figure, I will suggest you to create two seperate figures namely fig1 and fig2.
Then copy the contents of these two into a new figure fig3 using copyobj function.
Please look at the following link for a detailed example:
Thanks

Plus de réponses (0)

Tags

Produits


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by