how to plot 2d and 3d plot in the web figure using matlab?
2 次查看(过去 30 天)
显示 更早的评论
i need some prototype about how we plot 2d & 3d plots on the web figure
0 个评论
回答(1 个)
Titus Edelhofer
2014-9-3
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
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Annotations 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!