Trying to remove all columns that have "_Units"
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens

I tried finalnbs(:,strncmp(finalnbs.Properties.VariableNames, '_Units', length('_Units'))) = [];.. did not get much.
0 commentaires
Réponse acceptée
madhan ravi
le 17 Juil 2020
Modifié(e) : madhan ravi
le 17 Juil 2020
finalnbs(:,contains(finalnbs.Properties.VariableNames, '_Units')) = []
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Numeric Types dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!