How to smooth a 3d surface
Ältere Kommentare anzeigen
How to smooth my 3d plot,i tried smooth function but it only works for 2dimensional.

Y is a 201x201 matrix
Y= [201 201]
x = 10:0.1:30;
z = 1:0.01:3;
[X,Z] = ndgrid(x,z);
mesh(X,Z,smooth(Y))
Antworten (1)
Benjamin Kraus
am 9 Nov. 2017
0 Stimmen
Kategorien
Mehr zu Surface and Mesh Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!