How do I extract a number from a string?
이전 댓글 표시
Good afternoon. I have the following problem. I have a matrix of type "Cell" in which there is data of type "string", said data is composed of a non-numeric character (a - U-) and a numeric character. I want to extract the numeric character of each of the cells in the matrix. Below I leave some images of how my matrices are made.

I want to extract the numerical values of all the "cells" of the last column.
the matrix is named "Yp_c"
Thank you.
댓글 수: 2
per isakson
2019년 6월 22일
I prefer downloading code/variables, which can be used in testing. Please upload Yp_c and possible more examples in a mat-file.
Pedro Guevara
2019년 6월 22일
채택된 답변
추가 답변 (1개)
Fikret Dogru
2019년 6월 22일
0 개 추천
Hello,
I didn't get your question well but if you want to extract numerical value try cell2mat first or use cell string to get values like Yp_c{:,:} all elements
카테고리
도움말 센터 및 File Exchange에서 Data Type Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!