How to work with big data?

1 次查看(过去 30 天)
Hi everyone!
Currently I am working using two big data sets. The first one is 6927 kb (already in .mat format) and the second is of size 897 621 KB (in format .csv). The problem is that when I tried to work with them the computer stops working. Does anybody know how to make them less heavy? otherwise (less preferable option) how to slipt it to be able to work with them?
I am working with Matlab R2012 b 64-bit
Thanks a lot for your help!
:)
  4 个评论
Walter Roberson
Walter Roberson 2016-5-11
Variances and statistics over what time scales?
angelavtc
angelavtc 2016-5-11
each One minute, 5 minutes, 15 minutes 30 minutes

请先登录,再进行评论。

采纳的回答

Ahmet Cecen
Ahmet Cecen 2016-5-11
Use:
M = dlmread(filename,delimiter,[R1 C1 R2 C2])
To access the file in chunks.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by