Borrar filtros
Borrar filtros

Is it possible to skip data points in a 3D mesh plot?

3 visualizaciones (últimos 30 días)
legendbb
legendbb el 19 de Abr. de 2013
[x,y] = ndgrid(-100:100,-100:100);
z = y.*x;
mesh(x,y,z);
z(find(z)>=6e3) = 0;
I want the mesh plot to skip all values above 6e3. Because on the xy plane points I plan to skip represent curves. I am not able to use 2D plot method to index x or y.
Is it possible?
Thanks,

Respuestas (0)

Categorías

Más información sobre Line Plots 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