Extract Min and Max values from Contour Plot
16 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Nathaniel Werner
el 11 de Oct. de 2016
Respondida: Walter Roberson
el 12 de Oct. de 2016
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 comentarios
Respuesta aceptada
Walter Roberson
el 12 de Oct. de 2016
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Contour Plots en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!