how to import a saved figure into a subplot

조회 수: 11 (최근 30일)
Romio
Romio 2021년 5월 31일
답변: Jan 2021년 6월 1일
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
Jan 2021년 6월 1일
It depends on the contents of the figures: GUIs? Only 1 axes or even multiple subplots?

댓글을 달려면 로그인하십시오.

답변 (1개)

Jan
Jan 2021년 6월 1일
You can create the subplots and copy the axes of the opened figures using copyobj.

카테고리

Help CenterFile Exchange에서 Subplots에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by