Using contour as input for a function

Respuestas (1)

Azzi Abdelmalek
Azzi Abdelmalek el 19 de Jul. de 2016
You can use the handle of your plot. Example
function y=your_function(h)
y=get(h)
To call the function
handle_h=plot(sin(1:100))
y=your_function(gcf)

Categorías

Más información sobre Contour Plots en Centro de ayuda y File Exchange.

Preguntada:

D L
el 19 de Jul. de 2016

Respondida:

el 19 de Jul. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by