area under a curve ?

1 view (last 30 days)
amalina ibrahim
amalina ibrahim on 9 Jun 2021
  1 Comment
amalina ibrahim
amalina ibrahim on 9 Jun 2021
can anyone help me the exact coding for area under a curve ?

Sign in to comment.

Accepted Answer

Sulaymon Eshkabilov
Sulaymon Eshkabilov on 9 Jun 2021
This plot is from Simulink Scope as shown here. You'd need to get the data imported into MATLAB woskpace, select the necessary region of the imported data and then perform summation with trapz().
  3 Comments
amalina ibrahim
amalina ibrahim on 16 Jun 2021
thank you for giving me an idea. it helps me a lot
Sulaymon Eshkabilov
Sulaymon Eshkabilov on 16 Jun 2021
Most welcome!

Sign in to comment.

More Answers (1)

Sulaymon Eshkabilov
Sulaymon Eshkabilov on 9 Jun 2021
Use trapz() that gives you the numerical integration under the curve.
  1 Comment
amalina ibrahim
amalina ibrahim on 9 Jun 2021
i dont really understand how to apply it. mind to share ?

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!