create cell array or matrix based on groups

조회 수: 2 (최근 30일)
Ali Sarab
Ali Sarab 2021년 7월 7일
댓글: Scott MacKenzie 2021년 7월 7일
i have 1 to 365 rows of date index for every days of one year and number of infected people by gender in each row and its location(17), here is my data columns
dateindex male female location age
1 1 0 newyork 25
1 0 0 newdehli 35
2 0 1 newyork 22.5
2 1 0 kentucki 15
2 0 1 california 30
3 0 0 newdehli 30
4 1 0 newyork 45
4 1 0 newdehli 52
4 0 1 newyork 71
4 0 0 newyork 65
I want to create 17 cell arrays or matrix according to my 17 different location which contain total number(sum) of male and female infected and mean age of them in each rows and combining duplicates of rows in a specific days and applying count of male and female and average to seprate columns and 17 matrices each for one location
requested columns ie. new york
dateindex totalmale totalfemale meanage
1 calculated calculated calculated
2 calculated calculated calculated
3 calculated calculated calculated
4 calculated calculated calculated
thanks for your solution or solutions
  댓글 수: 2
KSSV
KSSV 2021년 7월 7일
What you have attempted for the task?
Scott MacKenzie
Scott MacKenzie 2021년 7월 7일
It would help if you posted the data and clarified further what sort of analyses or summaries your are attempting.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Preprocessing에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by