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!