How to set the properties...
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
Image Analyst
2014-2-3
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?
回答(1 个)
Azzi Abdelmalek
2014-2-3
编辑:Azzi Abdelmalek
2014-2-3
Edit
set(gca,'yticklabel',{'25' '26' '27'})
set(gca,'xticklabel',{'0' '1' '2' '3' '4' '5'})
8 个评论
Azzi Abdelmalek
2014-2-3
you can get rid of E and N by
h=worldmap([24.94 27.30],[0 5])
setm(h,'labelformat','none')
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!