필터 지우기
필터 지우기

Window size of uigetfile in Ubuntu

조회 수: 5 (최근 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.
  댓글 수: 1
Sebastian
Sebastian 2023년 2월 13일
Unfortunately, this does not work for me on Ubuntu 22.04

댓글을 달려면 로그인하십시오.

카테고리

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