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)
Show older comments
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 Comment
Walter Roberson
on 4 Sep 2015
How do the x and y relate to the z? You have 4 x, 4 y, and 5 by 4 z.
Answers (0)
Categories
Find more on Polygons in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!