Wild cards for variable names

10 visualizzazioni (ultimi 30 giorni)
Meli
Meli il 31 Ott 2013
Modificato: Azzi Abdelmalek il 31 Ott 2013
Hi,
i have a series of vectors whose name start with HCE. For example: HCEcool, HCElighting, HCEth.
I would like to add them up without going through the trouble of writing them all out. Is there a wild card that would allow me to do this?
Something like HCE* for example?
Thanks!
Meli

Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 31 Ott 2013
Modificato: Azzi Abdelmalek il 31 Ott 2013
s=whos('HCE*')
out={s.name}
  1 Commento
Azzi Abdelmalek
Azzi Abdelmalek il 31 Ott 2013
Modificato: Azzi Abdelmalek il 31 Ott 2013
[Meli commented]
Excellent!
Thanks!
Meli

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Get Started with MATLAB 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!

Translated by