Issue with reading text value from a cell in MS Excel using readmatrix

조회 수: 29 (최근 30일)
I am trying to read a text data in a cell in Excel to a variable in Matlab using the "readmatrix" command. I am using the following syntax.
readmatrix("ABC.xlsx","Sheet",'S1',"Range",'N1:N1')
But it is reading NaN value instead of the actual text. If I change the cell location (range) to another cell containing numeric data it is reading correctly. But only in case of text data this is happening. Kindly help me in resolving this issue. Thank you.

채택된 답변

Jonas
Jonas 2022년 8월 8일
if i am not mistaken, readmatrix expects numbers for each entry, so the numbers can be but into a matrix. if your data contains numbers and text (multiple characters per cell), try readcell instead
  댓글 수: 1
Subraya Krishna Bhat
Subraya Krishna Bhat 2022년 8월 9일
Thank you very much for your answer! Now I am able to read the text value from Excel. I used readcell as follows with similar syntax as readmatrix:
readcell("ABC.xlsx","Sheet",'S2','Range','N1:N1')

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by