change gui components properties from command window or other m file

Hey All
I have a problem while modifying gui components like string property of the edit text box from another m file. I have two files one is elevator_interface.m which (gui m file developed through guide)and other is algo.m. I need to modify the string property of the edit text box in the elevator_interface.m from algo.m

답변 (1개)

Arthur
Arthur 2012년 9월 3일

0 개 추천

Check out Doug's guide on interaction between different GUIs. You can easily share variables (and in your case probably the handles structure) with setappdata/getappdata.

카테고리

도움말 센터File Exchange에서 Foundation and Custom Domains에 대해 자세히 알아보기

태그

질문:

2012년 9월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by