Split column by text and numbers
Ältere Kommentare anzeigen
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 Kommentar
Walter Roberson
am 10 Aug. 2022
https://www.mathworks.com/help/matlab/ref/extract.html
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Tables finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!