To plot a survey with elevation as a function of UTM eastings in MATLAB, you can follow these steps:
main.m239 chars11 lines
Replace the utm_eastings
and elevations
arrays in the code above with your actual data. This code will create a simple plot showing elevation as a function of UTM eastings.
gistlibby LogSnag