Program: MKLSNUMPARMSFORMAT

  mklsnumparmsformat........format numeric parameter vector into min-mean-max list
 
  call: formatted=mklsnumparmsformat(keyword,modifier,unformt,stringparm);
 
        keyword: the keyword from the lsd file
        modifier: the modifier from the lsd file
        unformt: unformatted parameter list
                 This is the numeric parameter list extracted from lsd file
        stringparms: the stringparameters found for the current line
 
  result: formatted: formatted numeric parameter list
                     in most cases, this will be a 3 elements vector with
                     formatted(1): lower boundary
                     formatted(2): "likely to be true" value or NaN if not specified in file
                     formatted(3): upper boundary
 
                     in some cases, depending on keyword and modifier, this will
                     be a single value, the true value. (example: the planets radius
                     is usually known so precise that giving boundaries is not neccessary.)
 
                     In case of a non-empty STRINGPARM, FORMATTED will be empty.
 
  Since parameters aer either numeric _or_ string in LSD files, a non-empty STRINGPARM
  means that there is no numeric parameter to be formatted. Or vice versa, if the string
  parameter is not empty, the formatting will be applied to the numeric parameter.
 
  Martin Knapmeyer, 09.09.2003

Read M-File Source Code


eof.