Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
Deepak siddappa gopalappa
Deepak siddappa gopalappa el 3 de Sept. de 2014
Respondida: Titus Edelhofer el 3 de Sept. de 2014
i need some prototype about how we plot 2d & 3d plots on the web figure

Respuestas (1)

Titus Edelhofer
Titus Edelhofer el 3 de Sept. de 2014
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

Categorías

Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by