how to import .csv file in Matlab having text in it??
조회 수: 1 (최근 30일)
이전 댓글 표시
How we can import the .csv file on Matlab which also have text in it??.. I have tried it but it import the spreadsheet in matlab??? How can I use it?? what should I do?? I need to have data in the form of matrix after importing the .csv file in Matlab....
Plz explain the procedure...
댓글 수: 0
답변 (1개)
Iain
2013년 6월 21일
This is a cheat, that works:
[numbers text, everything] = xlsread('filename.csv');
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!