필터 지우기
필터 지우기

create gui using matlab

조회 수: 11 (최근 30일)
SURENDRA BASKEY
SURENDRA BASKEY 2019년 8월 25일
답변: Ajay Pattassery 2019년 8월 28일
How can i make gui like financial time series analysis using matlab.i want to gui like fig attached below
  댓글 수: 2
Adam Danz
Adam Danz 2019년 8월 25일
google "matlab how to make a gui"
Guillaume
Guillaume 2019년 8월 25일
The screenshot does not show a GUI. All the screenshot does is show the menu bar of what may be a GUI.
It's impossible to know what the GUI does from that screenshot but judging by that menu bar, I'd guess it's a complex GUI. I'd expect somebody not knowing anything about making GUIs (in matlab or any other language) to spend weeks if not months of practice before being capable of making GUIs of the complexity hinted at by that screenshot. If that person is a beginner at matlab, even longer.

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

답변 (1개)

Ajay Pattassery
Ajay Pattassery 2019년 8월 28일
You can implement the GUI using MathWorks App Designer.
Invoke App Designer by entering appdesigner in MATLAB Command Window and then create a blank app.
appdesigner
On the component panel on the left side, you can drag and drop a menu bar. There will be a + (plus) symbol under the Menu bar you have added, which helps in further adding sub-menu bar below. (Refer the attached image)
This is a very simple App you can refer for as a starting point.
More examples can be found out on the below link.

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by