area under a curve ?
1 view (last 30 days)
Show older comments
Accepted Answer
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
More Answers (1)
Sulaymon Eshkabilov
on 9 Jun 2021
Use trapz() that gives you the numerical integration under the curve.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!