How to set the properties...

2 vues (au cours des 30 derniers jours)
Rizwana
Rizwana le 3 Fév 2014
Commenté : Azzi Abdelmalek le 3 Fév 2014
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 commentaire
Image Analyst
Image Analyst le 3 Fév 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?

Connectez-vous pour commenter.

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 3 Fév 2014
Modifié(e) : Azzi Abdelmalek le 3 Fév 2014
Edit
set(gca,'yticklabel',{'25' '26' '27'})
set(gca,'xticklabel',{'0' '1' '2' '3' '4' '5'})
  8 commentaires
Rizwana
Rizwana le 3 Fév 2014
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 le 3 Fév 2014
you can get rid of E and N by
h=worldmap([24.94 27.30],[0 5])
setm(h,'labelformat','none')

Connectez-vous pour commenter.

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by