Read Excel file with Matlab
이전 댓글 표시
Hello, I have an Excel file with numbers and strings. If I use the function xlsread it gives me back only the numbers. How can I read the strings?
채택된 답변
추가 답변 (2개)
[num,txt,raw] = xlsread('myfile') ;
num gives only numbers.
txt gives only text data.
raw gives the complete file.
Ijaz Younis
2019년 11월 6일
0 개 추천
[num,txt,raw] = xlsread('myfile')
댓글 수: 1
Paruvachi Raja
2022년 1월 21일
xlasread is not commended according MATHWORKS.
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!