I have data x=[ 0 3 7 11];y=[0 2 4 8];z=[1 10 8 11;2 11 9 12;3 12 10 14;3 12 10 14;4 13 12 15].How to find patches of data(X,Y,Z)
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have data
x=[ 0 3 7 11];
y=[0 2 4 8];
z=[1 10 8 11;2 11 9 12;3 12 10 14;3 12 10 14;4 13 12 15]
How to find patches of data(X,Y,Z)
1 comentario
Walter Roberson
el 4 de Sept. de 2015
How do the x and y relate to the z? You have 4 x, 4 y, and 5 by 4 z.
Respuestas (0)
Ver también
Categorías
Más información sobre Polygons en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!