How to dock/undock an image using matlab code instead of doing manually?

51 次查看(过去 30 天)
How to dock/undock an image using matlab code instead of doing manually?...can any one help
  2 个评论
Image Analyst
Image Analyst 2015-7-5
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?

请先登录,再进行评论。

采纳的回答

bio lim
bio lim 2015-7-6
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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by