how to sort object properties at workspace window?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/531699/image.png)
0 Commenti
Risposte (1)
Simon Allosserie
il 26 Feb 2021
Just type app.property, e.g.
app.Button3
to see that value.
0 Commenti
Vedere anche
Categorie
Scopri di più su Shifting and Sorting Matrices in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!