How to set the properties...

조회 수: 2 (최근 30일)
Rizwana
Rizwana 2014년 2월 3일
댓글: Azzi Abdelmalek 2014년 2월 3일
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일
Edit
set(gca,'yticklabel',{'25' '26' '27'})
set(gca,'xticklabel',{'0' '1' '2' '3' '4' '5'})
  댓글 수: 8
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')

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by