How to scroll and display my GUI in full screen
6 次查看(过去 30 天)
显示 更早的评论
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.
2 个评论
Geoff Hayes
2019-5-27
Mustafa - have you seen GUIDE Options? Perhaps the proportional resize behaviour may prove to be of some use.
采纳的回答
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:
- Go to GUIDE app that you have created the project and then delete axis from the background.
- 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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!