필터 지우기
필터 지우기

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 CenterFile 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