MATLAB limitation in reading from excel ?!
3 ビュー (過去 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!