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!