Info

此问题已关闭。 请重新打开它进行编辑或回答。

How to control a plot copied to new figure

1 次查看(过去 30 天)
eyal bahar
eyal bahar 2018-3-22
关闭: MATLAB Answer Bot 2021-8-20
This is my first question ever :
Ive copied my axes from my GUI using
h=figure;
copyobj(handles.plot_crossection,h)
This opens up a new figure window, and plots the old plot i had, but this also copies the position of the handle into the new figure, and now it dosnt resize automatically. (also i would actually like to copy two handles and to have both as if i plotted them directly to the new figure so they resize rescale and position naturally)
Thank you!

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by