Returns and/or plots a worldmap in geographic coordinates
(plot2d()).
worldmap = plotWorldmap() worldmap = plotWorldmap(doplot) worldmap = plotWorldmap(worldmapfile) worldmap = plotWorldmap(doplot,worldmapfile)
activates the ability to directly plot the worldmap, boolean.
absolute or relative path to an alternative worldmap file, string. Not supported
Matrix of points in geographic coordinates of the worldmap
[latitude, longitude],
[decimaldegrees].
Returns the points of a worldmap (coastlines) in geographic coordinates.
With activated doplot-parameter it can directly
plot in a active figure (plot2d()).
(not matrix aware)