From: Li on
I am new to the mapping toolbox, and want to rotate a map that I draw (see the link).

http://i469.photobucket.com/albums/rr56/Toolglutton/map.png

Anyone can tell me which function I should use?

Thanks.
From: Rob Comer on
> I am new to the mapping toolbox, and want to rotate a map that I draw (see the link).
>
> http://i469.photobucket.com/albums/rr56/Toolglutton/map.png
>
> Anyone can tell me which function I should use?

It's not clear if the link shows your desired result, or a result that you want to change. If it's the former, the following script should get you started:

worldmap([15 55],[-130 -70])
setm(gca,'Origin',-120,'MapLonLimit',[-130 -70])
tightmap

Rob Comer
Mapping Toolbox Development
MathWorks
 | 
Pages: 1
Prev: cognitive radio
Next: ODE OutputFcn