Save last figure position
Mostrar comentarios más antiguos
Hi,
Is there a way to save the position property of the last active figure?
Regards, Adi
Edit: OK, Thank you for answering so quickly.
Respuesta aceptada
Más respuestas (1)
Gerd
el 6 de Jul. de 2011
Hi Adi,
sure you can save the position of the figure.
% get current figure paper position
position = get(gcf,'PaperPosition');
Now you can save the position in a .txt file or in .mat or whatever
Gerd
Categorías
Más información sobre App Building en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!