Borrar filtros
Borrar filtros

SURF 2D. How is possible.

2 visualizaciones (últimos 30 días)
Nuchto
Nuchto el 6 de Mzo. de 2013
How is that SURF makes 3D plots of 2D data? What data is suited for this? Newbie alert :)

Respuesta aceptada

ChristianW
ChristianW el 6 de Mzo. de 2013
MATLAB help is great.
doc surf
Quote: surf(Z) creates a three-dimensional shaded surface from the z components in matrix Z, using x = 1:n and y = 1:m, where [m,n] = size(Z).
Btw, plot does the same thing:
Y = sin(1:10);
plot(Y) % 1D data, 2D plot using the index of the data as missing dimension

Más respuestas (1)

Youssef  Khmou
Youssef Khmou el 6 de Mzo. de 2013
hi Nuchto
you also have to ask : HOW plot make 2D representation of 1D data? i think that this is about theoretical conceptions

Categorías

Más información sobre Graphics Objects 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