plot a 3D graph using points in matlab

471 Views Asked by At

I am struggling to create a 3D graph using data comming from an array. for example

x = [ 12 23 43 89 56 23 15 78 89 56 20 8]
y = [ 120 56 69 89 56 15 65 89 70 69 27 10]
z = [ 89 56 43 89 56 23 15 63 23 78 36 9]

this is sample set of points I already succeeded to plot those points. now am trying to join them together to form a surface.

what am trying to plot. enter image description here

this is what i have

enter image description here

0

There are 0 best solutions below