Split column by text and numbers
古いコメントを表示
I have a column with housenumbers. Like:
str = ["54","33", "104A",...]
I want to split it in two columns
Numbers = ["54","33", "104",...]
Letters = ["","", "A",...]
1 件のコメント
Walter Roberson
2022 年 8 月 10 日
https://www.mathworks.com/help/matlab/ref/extract.html
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Tables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!