Program: MKLSPARMCONSOLID
mklsparmconsolid..........analysis & consolidation of parameter list
call: [numparms,stringparms]=mklsparmconsolid(keyword,modifier,parmlist,silent);
keyword: the identified keyword (without then "!")
modifier: the identified modifier (without the "!")
parmlist: the raw parameter list
silent: verbosity flag:
1: run silent
0: run verbose
Input parameters are as returned by MKLSSPLITTOKENLIST
result: numparms: numeric column vector containing all numeric parameters
stringprams: string row vector containing the string parameter (only one possible)
The input matrix PARMLIST is a very raw version of a parameter list. It is split
up into the parameter values as intended by the file.
To do so, names of keywords and modifiers are hard-wired within this routine.
What this routine does is essentially the following: look at which keyword and
modifier are given and thencut and paste the lines of PARMLIST into the suitable
formats.
Additionally, it checks many syntactical and semantical issues.
Martin Knapmeyer, 02.09.2003, 09.09.2003
Read M-File Source Code
eof.