Filter löschen
Filter löschen

How to interpolate a 3d surface and smooth it out

2 Ansichten (letzte 30 Tage)
Joseph Lee
Joseph Lee am 10 Nov. 2017
Bearbeitet: Joseph Lee am 10 Nov. 2017
how do i get from the first picture to the second
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,(Y))

Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by