How to set the properties...
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I tried setm.. Its not helping. Just want to know if i can or i cannot.. If i can then please refer me a link
Thanks
1 comentario
Image Analyst
el 3 de Feb. de 2014
What do you mean by reverse the projection? Do you mean that you want to produce a pie-shaped sector from a rectangular box? What does that diagram mean?
Respuestas (1)
Azzi Abdelmalek
el 3 de Feb. de 2014
Editada: Azzi Abdelmalek
el 3 de Feb. de 2014
Edit
set(gca,'yticklabel',{'25' '26' '27'})
set(gca,'xticklabel',{'0' '1' '2' '3' '4' '5'})
8 comentarios
Azzi Abdelmalek
el 3 de Feb. de 2014
you can get rid of E and N by
h=worldmap([24.94 27.30],[0 5])
setm(h,'labelformat','none')
Ver también
Categorías
Más información sobre Grid Lines, Tick Values, and Labels en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!