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

1 次查看(过去 30 天)
GEOGRAPHIC COORDINATES Is : Long[45 ,32],lat [30,12]

采纳的回答

Chad Greene
Chad Greene 2016-4-27
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'

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Geodesy and Mapping 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by