필터 지우기
필터 지우기

Matlab gui how to add "about" information field

조회 수: 4 (최근 30일)
Daniel
Daniel 2016년 6월 10일
댓글: Daniel 2016년 6월 13일
Hi. I've created a gui and i would like to add an "about" button/tab/whatever which will look like most product do. It will hold the name of the project, creator, version and so on. Any suggestions?

채택된 답변

Geoff Hayes
Geoff Hayes 2016년 6월 11일
Daniel - you could use one of the pre-defined dialogs or you could create your own (which could just be a simple GUI that has some text and a button).
If using a pre-defined dialog, the message dialog may be sufficient for your needs:
msgbox({'Project X', 'Version 42.0', 'Author: me'},'About My App','help')
  댓글 수: 1
Daniel
Daniel 2016년 6월 13일
Thanks. i created a menu, created a field 'about' and then used your suggestion. Thank you!

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by