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

KSSV
KSSV 2016년 5월 11일
Dealing with the data depends on what you want to do with the data. What you want to do with the data?
angelavtc
angelavtc 2016년 5월 11일
My data contains stock prices for every minute since 1990 to 2016 and from 9:30 to 16:00 hours each day. I want to calculate its returns, variances and some statistical analysis.
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일

0 개 추천

Use:
M = dlmread(filename,delimiter,[R1 C1 R2 C2])
To access the file in chunks.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Time Series Events에 대해 자세히 알아보기

태그

질문:

2016년 5월 11일

댓글:

2016년 5월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by