Extract Min and Max values from Contour Plot

조회 수: 2 (최근 30일)
Nathaniel Werner
Nathaniel Werner 2016년 10월 11일
답변: Walter Roberson 2016년 10월 12일
Hello,
I have a special function that creates a contour plot on the surface of cylinder. I would like to extract the minimum and maximum values from my contour plot because I would like to restrict the min and max values of other plots I make later to match ones from the first one for comparison purposes. Is there any way I could do this easily?

채택된 답변

Walter Roberson
Walter Roberson 2016년 10월 12일
You can access the ContourMatrix property of the contour plot if you are using R2014b or later. You can then use a routine such as c2xyz from the File Exchange to expand it into coordinates. You can then max() and min() as appropriate.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Contour Plots에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by