calculate sum month and annual

4 次查看(过去 30 天)
piero
piero 2023-8-12
编辑: dpb 2023-8-15
hi, i want to calculate profit month and annual
T1 is a vector with date from 1/1/2008 to 05/08/2023 (last rilevation)
T2 is a vector with profit
i need to calculare sum of month (gen 2008..feb 2008..) and annual (2008-2009-2010 ....)
class(pT2)
double
class(T1)
ans =
'datetime'

采纳的回答

dpb
dpb 2023-8-12
编辑:dpb 2023-8-12
Read up on retime and timetable which lead into readtable and table2timetable
All are "modern" MATLAB tools; the time-honored and original way would have been with accumarray
  9 个评论
piero
piero 2023-8-15
i'm using google translate :D
Image Analyst
Image Analyst 2023-8-15
It's weird that Google translate does not know that "i" and "i'm" should always be capitalized in English. And they should always capitalize their name, as with all proper names, and the first letter of each sentence.

请先登录,再进行评论。

更多回答(1 个)

Image Analyst
Image Analyst 2023-8-12
Some functions for you to look at splitapply, findgroups, grpstats, groupsummary
  1 个评论
dpb
dpb 2023-8-12
To that list add rowfun. And, while at familiarizing, then varfun is closely related but for slightly different problem type.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Tables 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by