how to plot 2d and 3d plot in the web figure using matlab?

回答(1 个)

Hi, this question sounds fairly generic? Generally you just plot whatever you want and call webfigure(h), where h is the handle to the figure:
h = figure;
surf(peaks);
f = webfigure(h);
Titus

类别

帮助中心File Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

产品

标签

Community Treasure Hunt

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

Start Hunting!

Translated by