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

mapplot

GEOGRAPHIC COORDINATES Is : Long[45 ,32],lat [30,12]

Best Answer

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'