Determining the area of a hystresis loop

13 views (last 30 days)
Hi, I want to calculate area of a hysteresis loop, is there any coomand in matlab for computing the area of something (the hysteresis loop will be defined in a matrix in matlab)? or should i wrote a code for it?

Accepted Answer

José-Luis
José-Luis on 13 Jan 2013
Edited: José-Luis on 15 Jan 2013
Yes, there are built-in functions to calculate the area of closed polygons:
doc polyarea

More Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!