How to set the properties...

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
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
Azzi Abdelmalek 2014 年 2 月 3 日
編集済み: Azzi Abdelmalek 2014 年 2 月 3 日

0 投票

Edit
set(gca,'yticklabel',{'25' '26' '27'})
set(gca,'xticklabel',{'0' '1' '2' '3' '4' '5'})

8 件のコメント

Rizwana
Rizwana 2014 年 2 月 3 日
setm(gca,'ylabeltick',{'25' '26' '27'}) ??? Error using ==> axesm at 140 Unrecognized property: ylabeltick
Error in ==> setm>setmaxes at 163 h = axesm(varargin{:});
Error in ==> setm at 51 setmaxes(varargin{:});
Azzi Abdelmalek
Azzi Abdelmalek 2014 年 2 月 3 日
I changed it, look at edited nswer
Rizwana
Rizwana 2014 年 2 月 3 日
worldmap([24.94 27.30],[0 5])
>> setm(gca,'yticklabel',{'25' '26' '27'})
setm(gca,'xticklabel',{'0' '1' '2' '3' '4' '5'})
??? Error using ==> axesm at 140
Unrecognized property: yticklabel
Error in ==> setm>setmaxes at 163 h = axesm(varargin{:});
Error in ==> setm at 51 setmaxes(varargin{:});
Azzi Abdelmalek
Azzi Abdelmalek 2014 年 2 月 3 日
Ok, how did you get this plot?
Rizwana
Rizwana 2014 年 2 月 3 日
using mapping tool box
worldmap([24.94 27.30],[0 5])
Azzi Abdelmalek
Azzi Abdelmalek 2014 年 2 月 3 日
Try axesm
Rizwana
Rizwana 2014 年 2 月 3 日
tried that as well... iam able to just change the range. But iam not able to get rid of that north(n) and degrees symbol
Azzi Abdelmalek
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')

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeGeographic Plots についてさらに検索

質問済み:

2014 年 2 月 3 日

コメント済み:

2014 年 2 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by