![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/174186/image.png)
Hi everyone i'm new to matlab can anyone help me to creating map for the Red Sea ,Thank you all
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
b.m.n n
el 26 de Abr. de 2016
Comentada: b.m.n n
el 30 de Abr. de 2016
GEOGRAPHIC COORDINATES Is : Long[45 ,32],lat [30,12]
0 comentarios
Respuesta aceptada
Chad Greene
el 27 de Abr. de 2016
borders('countries','facecolor',[.82 .70 .44],'nomap')
set(gca,'color',[0.0118 0.4431 .6118])
axis([31 46 12 31])
xlabel 'longitude'
ylabel 'latitude'
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/174186/image.png)
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!