Filter löschen
Filter löschen

save the results of who function

5 Ansichten (letzte 30 Tage)
joseph Frank
joseph Frank am 26 Aug. 2013
Hi,
I want to store the results of variables that start with B in a cell array where each row display the name of one variable. I tried who B* and I saw the results displayed. I tried List=who(B*); but I am receiving an error and I couldn't figure out after reading the documenttion how to store them.Any help is appreciated.

Akzeptierte Antwort

Grzegorz Knor
Grzegorz Knor am 26 Aug. 2013
You have to use quotation marks, because an argument of who should be string:
List = who('B*')

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by