WHO for a given CLASS

Displays a list of variables in the base workspace of a given class.
302 Downloads
Aktualisiert 22. Jun 2010

Lizenz anzeigen

WHOCLASS filters out the names of the variables in the base workspace that belong to a particular class, or list of classes, as selected by the user. The program is very simple, just three lines, essentially, but I have found it useful occasionally, so why not share it?

Examples:
whoclass('double')
whoclass('logical','struct')
v = whoclass('logical');

Please comment if you like it.

Zitieren als

Yvan Lengwiler (2024). WHO for a given CLASS (https://www.mathworks.com/matlabcentral/fileexchange/27964-who-for-a-given-class), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2010a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Whos finden Sie in Help Center und MATLAB Answers
Tags Tags hinzufügen

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.1.0.0

Added the possibility to return a struct containing information about the filtered variables.

1.0.0.0