Using contour as input for a function

回答(1 个)

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)

类别

帮助中心File Exchange 中查找有关 Contour Plots 的更多信息

提问:

D L
2016-7-19

Community Treasure Hunt

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

Start Hunting!

Translated by