How to read this projections m.file Please help.!

In mapping toolboox when we use the command worldmap 'south africa'
we get a map with latitude and longitude.
i want to change the latitude and longtiude values and wann to plot contours of my X,Y,Z matrix in it. Is it possible??? Please help.

 Accepted Answer

Walter Roberson
Walter Roberson on 27 Jan 2014
Edited: Walter Roberson on 27 Jan 2014
contourm(). (This requires the mapping toolbox)

5 Comments

iam unable to change latitude and longitude values. How to change the already set latitude and longitude in worldmap function
worldmap(latlim, lonlim)
Then how to plot contours of Z in this plot using again worldmap function... Please show me a demo example.
x = 1*264;
y =264*1;
z =264*264;
need a frame like above. x becomes my latitude. Y longitude
Z is my data whose contours are to be plotted.
I don't know. I would need to examine the map axes created by worldmap(), but I do not have that toolbox. Or I would need to do a bunch more reading of the documentation to figure out how the mapping toolbox works internally, which is not easy to do without the software to test with.
I suggest you have a look at the Answer I just gave to one of your other Questions.

Sign in to comment.

More Answers (0)

Asked:

on 27 Jan 2014

Commented:

on 3 Feb 2014

Community Treasure Hunt

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

Start Hunting!