Filter löschen
Filter löschen

Hi everyone i'm new to matlab can anyone help me to creating map for the Red Sea ,Thank you all

1 Ansicht (letzte 30 Tage)
GEOGRAPHIC COORDINATES Is : Long[45 ,32],lat [30,12]

Akzeptierte Antwort

Chad Greene
Chad Greene am 27 Apr. 2016
You can use borders:
borders('countries','facecolor',[.82 .70 .44],'nomap')
set(gca,'color',[0.0118 0.4431 .6118])
axis([31 46 12 31])
xlabel 'longitude'
ylabel 'latitude'

Weitere Antworten (0)

Kategorien

Mehr zu Geodesy and Mapping finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by