Filter löschen
Filter löschen

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

3 Ansichten (letzte 30 Tage)
legendbb
legendbb am 19 Apr. 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,

Antworten (0)

Kategorien

Mehr zu Line Plots finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by