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.

 Respuesta aceptada

Walter Roberson
Walter Roberson el 27 de En. de 2014
Editada: Walter Roberson el 27 de En. de 2014

0 votos

contourm(). (This requires the mapping toolbox)

5 comentarios

Rizwana
Rizwana el 27 de En. de 2014
iam unable to change latitude and longitude values. How to change the already set latitude and longitude in worldmap function
worldmap(latlim, lonlim)
Rizwana
Rizwana el 27 de En. de 2014
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.
Rizwana
Rizwana el 3 de Feb. de 2014
Thank you

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Geographic Plots en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 27 de En. de 2014

Comentada:

el 3 de Feb. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by