Get number after colon
이전 댓글 표시
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
Cris LaPierre
2021년 7월 28일
You could look into pattern searching, or regexpPattern. If you share your table, it would be easier to test a solution.
Dion Theunissen
2021년 7월 28일
Cris LaPierre
2021년 7월 28일
Please share the code you use to import this data into MATLAB.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Tables에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!