Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

How to control a plot copied to new figure

2 vues (au cours des 30 derniers jours)
eyal bahar
eyal bahar le 22 Mar 2018
Clôturé : MATLAB Answer Bot le 20 Août 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!

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by