How can I maximize programmatically a figure that is minimized

14 ビュー (過去 30 日間)
GDelga
GDelga 2020 年 2 月 10 日
回答済み: Jemima Pulipati 2020 年 12 月 22 日
When I execute this code the interface get minimized and I can't see it if I not click on it:
[videoName, directory]=uigetfile({'*.*','All files'});
I need to show the figure after this. I try shg but did not work because opened a new figure.

回答 (1 件)

Jemima Pulipati
Jemima Pulipati 2020 年 12 月 22 日
Hello,
From my understanding, you want to maximize a figure without using the mouse pointer.
Starting from R2018a, you may use the ‘WindowState’ figure property to maximise the figure window. This property value can be set to ‘maximized’ while creating a figure.
For any previous versions prior to R2018a, you may set the ‘Position’ property of the figure.
Some of the answers from the community which might be of relevance to you are:

カテゴリ

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