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

1 view (last 30 days)
GEOGRAPHIC COORDINATES Is : Long[45 ,32],lat [30,12]

Accepted Answer

Chad Greene
Chad Greene on 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'

More Answers (0)

Categories

Find more on Geographic Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!