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

조회 수: 35 (최근 30일)
peyush
peyush 2015년 7월 5일
댓글: Paul Wintz 2025년 9월 28일
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개)

Community Treasure Hunt

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

Start Hunting!

Translated by