How to dock/undock an image using matlab code instead of doing manually?
45 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
peyush
el 5 de Jul. de 2015
Comentada: Paul Wintz
el 28 de Sept. de 2025
How to dock/undock an image using matlab code instead of doing manually?...can any one help
2 comentarios
Image Analyst
el 5 de Jul. de 2015
Dock what to what? You have axes, figures, the MATLAB development environment, etc. Can you show screenshots of what you started with and what you got after you did it manually?
Respuesta aceptada
bio lim
el 6 de Jul. de 2015
You mean like this?
Example:
h = figure(3000); % Creating a figure
set(h,'name','figure_name','numbertitle','on') % Setting the name of the figure
clf(h) % Erase the contents of the figure
set(h,'WindowStyle','docked') % Insert the figure to dock
1 comentario
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Preview and Device Configuration en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!