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!