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

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