Get number after colon
Afficher commentaires plus anciens
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 commentaires
Cris LaPierre
le 28 Juil 2021
You could look into pattern searching, or regexpPattern. If you share your table, it would be easier to test a solution.
Dion Theunissen
le 28 Juil 2021
Cris LaPierre
le 28 Juil 2021
Please share the code you use to import this data into MATLAB.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!