MATLAB limitation in reading from excel ?!
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (2)
Sean de Wolski
le 24 Oct 2012
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 commentaires
Voir également
Catégories
En savoir plus sur Spreadsheets dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!