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

回答 (1 件)

Titus Edelhofer
Titus Edelhofer 2014 年 9 月 3 日

0 投票

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 ExchangeInteractive Control and Callbacks についてさらに検索

製品

タグ

回答済み:

2014 年 9 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by