import matrix into mapping toolbox? or just draw coastlines in fig
Hi y'all,
I'm a longtime user of matlab but new to the mapping toolbox, and I've read through teh documentation but see little to no reference to regular matrices. I have the following data:
>> whos cummDose Name Size Bytes Class Attributes
cummDose 900x2159 15544800 double
>> whos lat Name Size Bytes Class Attributes
lat 1x1079 8632 double
>> whos lon Name Size Bytes Class Attributes
lon 1x2159 17272 double
*note I've trimmed lat to only be relevant for my anaylsis This results in the following figure:

I would really like to draw coastlines with something line the mapping toolbox, but does it deal with plain old matrices? Is there a relatively painless way to import this data given lat/lon and draw those coastlines? Is there a simpler or more logical way to do this? My sincerest apologies for the novice question, and thanks in advance for your input.
All the best, Kate
Answers (2)
Categories
Find more on Create Plots on Maps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!