How to scroll and display my GUI in full screen

조회 수: 13 (최근 30일)
Mustafa Uysal
Mustafa Uysal 2019년 5월 26일
답변: Luna 2019년 5월 27일
Hi i am new with MATLAB.
I am working with a GUI and I was using desktop. When i try to open it with my laptop i noticed that there is a problem. My GUI didn't fit my screen. I would like to add scrolls or display it on fullscreen mode. I don't know what to do. Please help me.
resim2.png
  댓글 수: 2
Geoff Hayes
Geoff Hayes 2019년 5월 27일
Mustafa - have you seen GUIDE Options? Perhaps the proportional resize behaviour may prove to be of some use.
Jan
Jan 2019년 5월 27일
편집: Jan 2019년 5월 27일
Which Matlab version do you use? Are you using GUIDE or do you create the dialog programmatically? The screenshot looks a little bit strange. Is the location of the white axes wanted there?

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

채택된 답변

Luna
Luna 2019년 5월 27일
It seems like in GUIDE you have added an axis and then added a panel on it. Also you added some text boxes and edit boxes on your panel.
Here are 2 steps to fix your issue and make your GUI look beautiful:
  1. Go to GUIDE app that you have created the project and then delete axis from the background.
  2. Go to Tools in top menu of GUIDE then select GUI Options... and then select Resize behavior as Proportional from dropdown menu.
So now you can resize your window or make fullscreen by clicking the middle button on the top right corner.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by