MATLAB: What is level of contours

contourcontourslabelslevellevels

Hi,
Thank you
Best regards

Best Answer

If you scroll up to the top of the page you shared you'll see a section that describes properties associated with levels that may help to understand levels.
Think of contour plots as maps of topographic maps of mountains. The levels in topographic maps define the height, typically above/below sea level, as shown in the image below.
Contour plots are the same but the levels show the height, depth, temperature, density, or whatever you're measuring along the z-axis.
The contour matrix output lists the coordinates that define each contour line and the coordinates are organized by level as shown in the documentation. Many users have found that organization to be confusing. There are several functions on the file exchange the reorganize the matrix so it's much easier to work with and understand.