how to sort object properties at workspace window?

1 Ansicht (letzte 30 Tage)
Blazej Dobija
Blazej Dobija am 25 Feb. 2021
Beantwortet: Simon Allosserie am 26 Feb. 2021
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

Antworten (1)

Simon Allosserie
Simon Allosserie am 26 Feb. 2021
Just type app.property, e.g.
app.Button3
to see that value.

Kategorien

Mehr zu Shifting and Sorting Matrices finden Sie in Help Center und File Exchange

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by