フィルターのクリア

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

51 ビュー (過去 30 日間)
peyush
peyush 2015 年 7 月 5 日
回答済み: bio lim 2015 年 7 月 6 日
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?
per isakson
per isakson 2015 年 7 月 5 日
Search the FEX for dock undock

サインインしてコメントする。

採用された回答

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 Center および File ExchangeInteractive Control and Callbacks についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by