Hi again,
Is it actually possible to plot what I'm trying? All examples I've seen through matlab examples plot one set of lat, long with 'Name' or 'Description', but above I was hoping to write to kml all storm tracks (each row above is one track with lat, long point pairs and a 'Name' or 'Description' for each pair of points)
kmlwrite(save_file,s,"Color",colors,"Description", s.IsoTime)
is returning the error
Error using kmlwrite
The parameter/value inputs must be pairs.
I guess this is my lack of understanding of the geographic data structure. coudl someone expleain where I'm going wrong please?