Hi, I'm working in a athmospheric matlab based program, who plots several ammounts of data, basically. It's GUI looks like this:
And I'm looking for a visual upgrade, with a "modern" appearance and not as old or simple.
How can I improve it? There's an easy way to reach it?

 채택된 답변

Image Analyst
Image Analyst 2013년 10월 23일

0 개 추천

You can make your buttons the same sizes to give a more clean, organized appearance. I don't know if there's some order that the user is supposed to interact with the GUI, but if there is, I find it helps the user if you label things like "Step 1:do this", "Step 2: do that", etc., because your GUI can otherwise be a bewildering array of edit fields and buttons that the user doesn't know what to click on next. Some of your edit fields might be able to be turned into sliders/scrollbars if you'd rather have them.

댓글 수: 1

CarlosCEAM
CarlosCEAM 2013년 10월 23일
The program is designed to used by my own office crew, and internally is pretty understandable. I just want a good-looking appearance.

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

추가 답변 (1개)

ES
ES 2013년 10월 23일

0 개 추천

This is the IDE's view. The GUI, when you run it, could be a little better. And decide whether you need all the components in the GUI, if you do need all of them, then rearrange so that all the individual components are legible. Also I have seen people use white colour back ground to the GUI to good effect. Anyway, the GUI will be rendered with OS defaults. Like the shape, texture of the buttons will be dependent on the OS. you can decide only the color of the components. Use good fonts. "Sans Fonts Vs Sans Serif Fonts" will be a good starting point. Do not use rescalable GUI option for your GUI since it has lot of text and buttons. That is all I know.

카테고리

도움말 센터File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기

질문:

2013년 10월 23일

댓글:

2013년 10월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by