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

Respuestas (1)

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 Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 3 de Sept. de 2014

Respondida:

el 3 de Sept. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by