Extract Min and Max values from Contour Plot
16 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
采纳的回答
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Contour Plots 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!