Filter löschen
Filter löschen

calculate sum month and annual

4 Ansichten (letzte 30 Tage)
piero
piero am 12 Aug. 2023
Bearbeitet: dpb am 15 Aug. 2023
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'

Akzeptierte Antwort

dpb
dpb am 12 Aug. 2023
Bearbeitet: dpb am 12 Aug. 2023
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 Kommentare
piero
piero am 15 Aug. 2023
i'm using google translate :D
Image Analyst
Image Analyst am 15 Aug. 2023
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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

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

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Tables finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by