Window size of uigetfile in Ubuntu

2 次查看(过去 30 天)
Sebastian
Sebastian 2023-1-19
评论: Sebastian 2023-2-13
Hi everyone,
the window size is very small when I open the 'Open file selection dialog box'. Is there any option to increase the default window size? A solution with uigetfile would be great.
I am using Ubuntu.
Thank you!

回答(1 个)

Nihal Reddy
Nihal Reddy 2023-2-13
编辑:Nihal Reddy 2023-2-13
The size of the window generated by calling the "uigetfile" function is an operating system preference.
Please try the following workaround-
Call "uigetfile", change the size of the window to the desired size, and then close the window.
Subsequent calls of "uigetfile" will produce a window of the desired size. This window size persists not only after closing and re-opening MATLAB, but also after restarting the computer.

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

产品


版本

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by