Borrar filtros
Borrar filtros

How to interpolate a 3d surface and smooth it out

2 visualizaciones (últimos 30 días)
Joseph Lee
Joseph Lee el 10 de Nov. de 2017
Editada: Joseph Lee el 10 de Nov. de 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))

Respuestas (0)

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by