Trying to remove all columns that have "_Units"
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti

I tried finalnbs(:,strncmp(finalnbs.Properties.VariableNames, '_Units', length('_Units'))) = [];.. did not get much.
0 Commenti
Risposta accettata
madhan ravi
il 17 Lug 2020
Modificato: madhan ravi
il 17 Lug 2020
finalnbs(:,contains(finalnbs.Properties.VariableNames, '_Units')) = []
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Numeric Types 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!