how could avoid too have loop in big data

조회 수: 1 (최근 30일)
Nooshin Mahmoodi
Nooshin Mahmoodi 2018년 10월 21일
댓글: jonas 2018년 10월 23일
I have a big data set(near to 13G). it is a table with information about different agencies at a different time(every day of 10 years). I use unique() to make groups for months and years and agencies. (is it true?) I need to calculate the mean of each agency at all month and years.how could I save time?

채택된 답변

jonas
jonas 2018년 10월 21일
편집: jonas 2018년 10월 21일
You can use findgroups/splitapply or put the data in a table and use varfun or grpstats.
Upload some data if you need code.
  댓글 수: 8
Nooshin Mahmoodi
Nooshin Mahmoodi 2018년 10월 22일
thank a lot for your answer and time
jonas
jonas 2018년 10월 23일
My pleasure!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Dates and Time에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by