Get number after colon
Mostrar comentarios más antiguos
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 comentarios
Cris LaPierre
el 28 de Jul. de 2021
You could look into pattern searching, or regexpPattern. If you share your table, it would be easier to test a solution.
Dion Theunissen
el 28 de Jul. de 2021
Cris LaPierre
el 28 de Jul. de 2021
Please share the code you use to import this data into MATLAB.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!