Trying to remove all columns that have "_Units"
3 ビュー (過去 30 日間)
古いコメントを表示

I tried finalnbs(:,strncmp(finalnbs.Properties.VariableNames, '_Units', length('_Units'))) = [];.. did not get much.
0 件のコメント
採用された回答
madhan ravi
2020 年 7 月 17 日
編集済み: madhan ravi
2020 年 7 月 17 日
finalnbs(:,contains(finalnbs.Properties.VariableNames, '_Units')) = []
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Numeric Types についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!