Program: MKLSGRIDRESPLOTTRI

  mklsgridresplottri...........plot LOCSMITH result
 
  call: handle=mklsgridresplottri(lsopt,mygrid,mode,complevel);
 
        lsopt: (struct)
               LOCSMITH options structure as returned by MKLSOPT            
         mygrid: (struct)
               LOCSMITH search grid
         mode: (string)
               plot mode
               This string defines how to plot the grid. 
               
               'none': no plot is generated.
               'fitcloudmap': plots map of all nodes, but uses vertical
                              axis for the achieved compatibility level.
                              Only points with compatibility > COMPLEVEL
                              are plotted. This map shows you which are the
                              best epicenters, and which compatibility
                              levels should be used with the other modes.
                              It is therefore recommended to use
                              complevel=0 for 'fitcloudmap'.
               'otcloudmap': plots map of acceptable nodes, with color determined
                             by origin time.
               'otcloud': plot 3D sphere with acceptable nodes inside. Color is
                          determined by origin time.
               'depthcloudmap': plots map of acceptable nodes, with color determined
                          by node depth.
 
         complevel: (number) [counter]
                    compatibility level. All nodes with compatibility equal
                    or larger than this will be plotted.
                    Enter empty to get only nodes with (unknown) max
                    compatibility.
 
  result: handle: list of handles of all created graphics objects
                   The type of the created objects depends on the MODE
 
  Martin Knapmeyer, 31.05.2005

Read M-File Source Code


eof.