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

조회 수: 2 (최근 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에서 Geographic Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by