I have a 18x3 timetable and i want to get the average of G and T columns from 1-9 and 10-18 then put them in a new table 2x3 but i don't know how to do it

조회 수: 1 (최근 30일)
B=mean(e{:,:}(:,3)); %only gives me one answer

채택된 답변

Andrei Bobrov
Andrei Bobrov 2019년 1월 24일
out = varfun(@mean,e,'G','DATE_UTC');

추가 답변 (0개)

카테고리

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by