Setting Access Properties to Public without AppDesigner
3 ビュー (過去 30 日間)
古いコメントを表示
So I'm working on a project that requires programmatic GUI development, and I'm trying to set a variable to public so it can be used and shared between multiple callback functions.
I'm essentially trying to make the:
properties (Access = public)
x = 1234
end
happen but obviously it does not work. Is there a way to set a variable to be shared between callback functions programmatically?
FYI; I'm using a uifigure based GUI so I can't use anything that only works on a figure based GUI.
0 件のコメント
採用された回答
Rik
2021 年 4 月 23 日
As you can see here, class properties are public by default, so you don't need to add any text. The rest of that thread might be interesting for you as well.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Develop uifigure-Based Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!