필터 지우기
필터 지우기

How is Matlab GUI generated?

조회 수: 1 (최근 30일)
Peter Borda
Peter Borda 2014년 12월 18일
답변: Joseph Cheng 2014년 12월 18일
It's just a general question I was thinking about recently.
What is the mechanism of GUI's creation used by Matlab if we use GUIDE? How is the handles structure generated? What is the order in which the individual objects are added to the figure?

채택된 답변

Joseph Cheng
Joseph Cheng 2014년 12월 18일
I would say the best method to figure out how GUIDE works is to break points in the OpeningFcn() section of your GUIDE GUI. At this point you can peek at the handles structure and see the order inwhich things were created. As you would do for any struct the order is basically the same order inwhich you plopped it down in GUIDE. If you are looking to go away from GUIDE but use GUIDE to layout you can see my submission here
on how to use GUIDE to help layout a GUI such that you can try to recreate it.

추가 답변 (0개)

카테고리

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