I have a set of data e.g:
map (9,4) = 12.7779000000000 -45.3221000000000 -0.0264000000000000 0.330300000000000 12.9341000000000 -45.3222000000000 -0.0279000000000000 0.324300000000000 13.0903000000000 -45.3222000000000 -0.0294000000000000 0.330300000000000 13.2466000000000 -45.3222000000000 -0.0309000000000000 0.350000000000000 13.4028000000000 -45.3222000000000 -0.0324000000000000 0.350000000000000 13.5591000000000 -45.3222000000000 -0.0338000000000000 0.339800000000000 13.7153000000000 -45.3222000000000 -0.0352000000000000 0.361200000000000 13.8716000000000 -45.3222000000000 -0.0366000000000000 0.304400000000000 14.0278000000000 -45.3223000000000 -0.0380000000000000 0.350000000000000
the first column has the x-cordinates the second column has the y-cordinates the third column has the z-cordinates the fourth column is some value at that particular (x,y,z), so how can i plot this data in matlab?