MATLAB limitation in reading from excel ?!
9 次查看(过去 30 天)
显示 更早的评论
Hello everybody!
I need to read data from an excel file in my code, but the file includes more than 500000 rows! (500900 to be accurate) and then do so many calculations and fittings, ... .
What options do I have? Any ideas?
Thanks
回答(2 个)
Sean de Wolski
2012-10-24
doc xlsread
If it can't read it all at once, read it in chunks to not overload the COM Excel Server and process it as you go.
2 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!