필터 지우기
필터 지우기

Matlab GUI non-tag item supported?

조회 수: 1 (최근 30일)
legendbb
legendbb 2013년 5월 9일
Is it possible to use totally static item on GUI for example title text. This field don't have to be an element of handles., doesn't trigger any event.
My handles structure grows so fast when I have a lot of fields. But half of them are title text, only for display purposes.
Thanks,

채택된 답변

Sean de Wolski
Sean de Wolski 2013년 5월 9일
You could remove them from handles in the GUI OpeningFcn.
Why is it bad if handles has extra unused fields? These are scalars, even if you have 10000 of them it still doesn't take up a whole lot of extra space. Name the tags of the handles you care about to something meaningful and forget the rest.

추가 답변 (1개)

David Sanchez
David Sanchez 2013년 5월 9일
If you mean to set a fixed 'String' field on your GUI, the answer to your question is yes, but you will not be able to use either 'set' nor 'get' in your code to modify/read the field.

카테고리

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