Why are colors in my MATLAB map not displayed correctly when using the WORLDMAP function?
Show older comments
I have the following code that I run in Mapping Toolbox 1.2 (R12.1):
mmx = [0.1000 0.1500 0.2000 0.2500 0.3000 0.3500;...
0.4000 0.4500 0.5000 0.5500 0.6000 0.6500;...
0.7000 0.7500 0.8000 0.8500 0.9000 0.9500];
refvec = [1/60 90 -180];
worldmap(mmx, refvec)
When the following code is executed, the color raster does not completely cover the map beneath it. There is a small white stripe on the right edge.
Accepted Answer
More Answers (0)
Categories
Find more on Create Plots on Maps in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!