Effacer les filtres
Effacer les filtres

How to interpolate a 3d surface and smooth it out

2 vues (au cours des 30 derniers jours)
Joseph Lee
Joseph Lee le 10 Nov 2017
Modifié(e) : Joseph Lee le 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))

Réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by