Calculating average over a year time
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello All,
This question might be a very simple one but still I couldn't get the idea as how to do it.
I have a time vector and output power vector (Both yearly data) I want to calculate the avg. output power over the year.
Any suggestion is highly solicited !!!!!
2 Kommentare
José-Luis
am 22 Aug. 2012
Accumarray sounds like what you might need. What is the format of your time data?
Akzeptierte Antwort
Andrei Bobrov
am 22 Aug. 2012
Power_year_average = trapz(Time_vector,Power_vector)/Time_vector(end);
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Numerical Integration and Differentiation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!