Program: MKLSGRIDEVALDT

  mklsgridevaldt......evaluate differential travel times of nodes
 
  call: [newgrid,newttsupport]=mklsgridevaldt(lsopt,mygrid,simpledata,evalthese,ttsupport);
 
        lsopt: (structure)
               LSOPT structure as returned by MKLSOPT
 
        mygrid: (structure)
               grid structure as returned by MKLSGRIDNEW
 
        fxd: (strcuture)
                    FXD structure as returned by MKLSLS2FXD, containing all
                    data.
 
        evalthese: (structure)
               structure denoting grid nodes to be evaluated, as returned
               by MKLSGRIDNONREADY.
 
        ttsupport: (structure)
                   TTSUPPORT structure. This structure might be as returned
                   by MKLSEMPTYTTSUPPORT, i.e. unspecific, or with fields
                   that are specific for the used travel time software.
 
  result: newgrid: (structure)
                   as MYGRID, but with actualized tested-counters and
                   fit-field.
 
          newttsupport: (structure)
                   as TTSUPPORT, but with actualized contents.
 
  NOTE that all input and output structures have different contents
  depending on the grid type defined in MYGRID.TYPE!
 
  Martin Knapmeyer, 14.06.2005

Read M-File Source Code


eof.