Clear Filters
Clear Filters

How to interpolate a 3d surface and smooth it out

2 views (last 30 days)
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))

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!