There is no GUI in Matlab 2018a just AppDesigner?

조회 수: 6 (최근 30일)
Bence Salanki
Bence Salanki 2018년 9월 10일
댓글: Walter Roberson 2022년 12월 17일
I got used to GUI in Matlab 2017b and now I changed to 2018a but there I don't see any GUIDE just AppDesigner and it is quite annoying to get used to that after I have been using GUIDE all the time....
  댓글 수: 1
Stephen23
Stephen23 2018년 9월 11일
편집: Stephen23 2018년 9월 11일
There is most definitely a MATLAB GUI in R2018a, because GUI means Graphical User Interface and is a generic term used for all applications that use an graphical interface, which MATLAB certainly has.
If you want to create your own GUI, then MATLAB has several ways to interactively create GUI's, such as GUIDE and AppDesigner:
Experienced MATLAB users generally prefer writing GUI's programmatically:

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

채택된 답변

OCDER
OCDER 2018년 9월 10일
Are you sure there's no GUIDE? I don't see any log saying they removed it. https://www.mathworks.com/help/matlab/release-notes.html
Try:
guide
There is also a support package to help you convert GUIDE code to AppDesigner code. Read the release notes.

추가 답변 (1개)

ALaa
ALaa 2022년 12월 17일
guide

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by