Scilab Function
plotWorldmap - Returns and/or plots a worldmap in geographic coordinates.
Calling Sequence
-
worldmap = plotWorldmap()
-
worldmap = plotWorldmap(doplot)
-
worldmap = plotWorldmap(worldmapfile)
-
worldmap = plotWorldmap(doplot,worldmapfile)
Parameters
-
doplot
: activates the ability to directly plot the worldmap, boolean.
-
worldmapfile
: Absolute or relative path to an alternative worldmap file, string. Not supported
-
worldmap
: Matrix of points in geographic coordinates of the worldmap [latitude, longitude], in decimal degree.
Description
-
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)
Examples
plotWorldmap(%T);
worldmap=plotWorldmap();
Authors
-
cos
area7@web.de
Used Function
plot2d