xlswrite in different columns

1 view (last 30 days)
Álvaro Polo
Álvaro Polo on 8 Nov 2015
Commented: Álvaro Polo on 8 Nov 2015
Hi all,
I have a little problem with the giant number of values that I have to save in an excel form my matlab. The max number of values is 300.674.088; as you might know the max lines in Excel 2016 is 1.048.576... There is any way of tell the function that when write 1 million values in excel, skip 2 columns and keep writting?
Thanks

Answers (1)

dpb
dpb on 8 Nov 2015
In the manner as written specifically, no, but there's a much simpler way -- just reshape the array and write it in a shape that will fit. But why one would want to use Excel for such a large dataset boggles the mind anyway...
  1 Comment
Álvaro Polo
Álvaro Polo on 8 Nov 2015
There are any other good options to fit that massive dataset and be used after?? Because they will be used for a phone app and I don't know other way...
BTW thanks for answer :)

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!