gui

조회 수: 2 (최근 30일)
mohamed  al-asklany
mohamed al-asklany 2012년 3월 20일
hello, i need any information bout gui because i ammaking radar system with scope

채택된 답변

Image Analyst
Image Analyst 2012년 3월 20일
Here's a good framework to start with: http://www.mathworks.com/matlabcentral/fileexchange/24224
"This GUI will help the novice user get up to speed very quickly on using GUI-based applications. Everything is laid out in a very simple Step 1, Step 2, Step 3, etc. layout. It is a very good starting point for a typical image analysis application. This application uses GUIDE to do the user interface design, and has most of the basic controls such as buttons, listboxes, checkboxes, radio buttons, scrollbars, etc. It allows ................."
  댓글 수: 3
Daniel Shub
Daniel Shub 2012년 3월 20일
MATLAB users tend to have a restricted view of what they call GUIs. MATLAB makes making an x,y plot so easy, that we don't call them GUIs. You may just want to look at the function plot.
Image Analyst
Image Analyst 2012년 3월 20일
Well maybe you should start with Doug Hull's online GUI tutorial videos.

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

추가 답변 (1개)

Bjorn Gustavsson
Bjorn Gustavsson 2012년 3월 20일
Well, at the matlab command-line prompt type:
helpwin uicontrol
...from there browse through the help and documentation of how to build GUIs. Also look at the file-exchange contribution: http://www.mathworks.com/matlabcentral/fileexchange/24861-41-complete-gui-examples for a number of great illustrations. Also (if you're Spanish-literate) you might find: http://www.mathworks.com/matlabcentral/fileexchange/12122-handbook-of-graphical-user-interface-spanish. For more general information about the art of making good GUIs there are much in the interweb.
HTH.
  댓글 수: 1
mohamed  al-asklany
mohamed al-asklany 2012년 3월 20일
some commands i can not know

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

카테고리

Help CenterFile Exchange에서 Automated Driving Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by