Program: MKLSPLOTLOCTRI

  mklsplotloctri.......plot resulting location for triangular grids
 
  call: mklsplotloctri(lsopt,loc);
        mklsplotloctri(lsopt,loc,statdat);
        mklsplotloctri(lsopt,loc,statdat,setlabels);
 
 
           lsopt: (structure)
                   LOCSMITH options structure as returned by MKLSOPT
 
           loc: (strcuture array)
 
                   This sturcture contains those nodes that are compatible with
                   most of the evaluated data. The details of the structure
                   depend on the grid type. See MKLSGRIDEXTRACTLOCTRI for more info.
 
           statdat: (structure array)
 
                    LSD structure containing the position sof the stations
                    If this input parameter is present, the stations will
                    be drawn into the plots. Otherwise, no stations will be
                    drawn.
 
            setlabels: (string)
                    flag to decide if stations are labelled with their
                    names or not. allowed values are:
                    'label': apply labels
                    'nolabel: do not apply labels
                    DEFAULT: do not apply labels
 
 
  result: none
 
  This routine plots the result nodes given in the LOC structure in an
  unfolded-cube-plot, showing a map view, a longitude-depth-view and a
  latitude-depth view.
 
  Martin Knapmeyer, 04.07.2007, 14.08.2007, 21.08.2007

Read M-File Source Code


eof.