Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

How to control a plot copied to new figure

2 views (last 30 days)
eyal bahar
eyal bahar on 22 Mar 2018
Closed: MATLAB Answer Bot on 20 Aug 2021
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!

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!