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

답변 (1개)

Chad Greene
Chad Greene 2015년 1월 28일

1 개 추천

Have you tried this?
plot(lon,lat,'k-')
grid on
xlabel('longitude')
ylabel('latitude')

카테고리

도움말 센터File Exchange에서 Mapping Toolbox에 대해 자세히 알아보기

태그

질문:

2015년 1월 28일

답변:

2015년 1월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by