フィルターのクリア

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

1 回表示 (過去 30 日間)
Deepak siddappa gopalappa
Deepak siddappa gopalappa 2014 年 9 月 3 日
回答済み: Titus Edelhofer 2014 年 9 月 3 日
i need some prototype about how we plot 2d & 3d plots on the web figure

回答 (1 件)

Titus Edelhofer
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

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by