Integration problem with a power/time curve

18 views (last 30 days)
Hi everyone. First time poster, so be kind!
Hopefully, this is quite a simple problem for somebody to help me out with.
The above image shows a power/time curve which represents the power output of a solar PV module. Obviously the area under the curve is daily output energy of the module. I want to find this figure but am a little stumped by the decimalised time. 0.3 & 0.7 represent roughly 7am & 5pm respectively of a typical February day in the UK.
Currently trapz of the curve (obviously) gives me the wrong answer. Ideally, I want the energy yield in Wh.
Any ideas?????

Accepted Answer

Matt Fig
Matt Fig on 21 Jun 2011
trapz(x,y) should give you W-Day. So take that answer and multiply by 24.
  3 Comments
David
David on 22 Jun 2011
Haha...ignore that. I'm being SUPER stupid.
Thsmia Kausser
Thsmia Kausser on 25 Mar 2024 at 7:57
Can you explain why we need to multiply by 24 ?

Sign in to comment.

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!