Using contour as input for a function

Antworten (1)

Azzi Abdelmalek
Azzi Abdelmalek am 19 Jul. 2016

0 Stimmen

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)

Kategorien

Mehr zu Contour Plots finden Sie in Hilfe-Center und File Exchange

Gefragt:

D L
am 19 Jul. 2016

Beantwortet:

am 19 Jul. 2016

Community Treasure Hunt

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

Start Hunting!

Translated by