MATLAB limitation in reading from excel ?!
Mostra commenti meno recenti
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
Risposte (2)
Sean de Wolski
il 24 Ott 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 Commenti
Peyman
il 25 Ott 2012
Ilham Hardy
il 25 Ott 2012
Hint:
Use for loop and use the xlrange option of the xlsread command.
Pruthvi G
il 3 Ott 2019
0 voti
Categorie
Scopri di più su Spreadsheets in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!