how to sort object properties at workspace window?

1 回表示 (過去 30 日間)
Blazej Dobija
Blazej Dobija 2021 年 2 月 25 日
回答済み: Simon Allosserie 2021 年 2 月 26 日
Hello
As i try to explore some object properties in workspace window then sorting order is without sense so its very hard to find specific one, especially at higher number of properties.
The "app" object is created at app designer
function startupFcn(app)
assignin("base","app",app);
end

回答 (1 件)

Simon Allosserie
Simon Allosserie 2021 年 2 月 26 日
Just type app.property, e.g.
app.Button3
to see that value.

カテゴリ

Help Center および File ExchangeShifting and Sorting Matrices についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by