How to work with big data?

1 visualización (últimos 30 días)
angelavtc
angelavtc el 11 de Mayo de 2016
Comentada: angelavtc el 11 de Mayo de 2016
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 comentarios
Walter Roberson
Walter Roberson el 11 de Mayo de 2016
Variances and statistics over what time scales?
angelavtc
angelavtc el 11 de Mayo de 2016
each One minute, 5 minutes, 15 minutes 30 minutes

Iniciar sesión para comentar.

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Variables en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by