longitude and latitude plot map

I am trying to plot a map using a file i hjave downloaded
I have to asign two columns of the loadedd array to different variables (the first column is longitutde and second column is latitude.)
i have to then plot the data as a black linje. and add gridlines.
can anyone help me with this? I am lost on where to begin

Respuestas (1)

Chad Greene
Chad Greene el 28 de En. de 2015
Have you tried this?
plot(lon,lat,'k-')
grid on
xlabel('longitude')
ylabel('latitude')

Categorías

Etiquetas

Preguntada:

el 28 de En. de 2015

Respondida:

el 28 de En. de 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by