Get number after colon
Show older comments
I have a text with numbers column in a table. Now i want to only select the numbers after a colon (:)
I have no idea where to start, kan anyone help me? The table looks like this:

Now i want to check column 1 and read only the numbers behind a :
So row 1 I need 34.94, skip untill row 5, get 34.94 and so on.
3 Comments
Cris LaPierre
on 28 Jul 2021
You could look into pattern searching, or regexpPattern. If you share your table, it would be easier to test a solution.
Dion Theunissen
on 28 Jul 2021
Cris LaPierre
on 28 Jul 2021
Please share the code you use to import this data into MATLAB.
Accepted Answer
More Answers (0)
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!