Program: MKLSGRIDRESPLOT

  mklsgridresplot.........plot LOCSMITH result
 
  call: handles=mklsgridresplot(lsopt,mygrid,mode);
        handles=mklsgridresplot(lsopt,mygrid,mode,complevel);
 
        lsopt: (struct)
               LOCSMITH options structure as returned by MKLSOPT            
         grid: (struct)
               LOCSMITH search grid
         mode: (string)
               plot mode
               This string defineshow to plot the grid. 
               See MKLSGRIDRESPLOTTRI for a list of modes for triangular
               grids.
 
         complevel: (number) [counter]
                    compatibility level. All nodes with compatibility equal
                    or larger than this will be plotted.
                    Enter empty to get only nodes with the (perhaps unknown) max
                    compatibility.
                    DEFAULT: empty []
 
  result: handles: list of handles of all created graphics objects
                   The type of the created objects depends on the MODE
 
  This routine is only a switch that just calls the routine which
  does the actual work.
 
  martin knapmeyer 31.05.2005

Read M-File Source Code


eof.