[Index for tmx.tbx]
[Return to Master Index]
tmxcreate
(tmx.tbx/tmxcreate.m)
Function Synopsis
tmxh = tmxcreate(runset, param, trfname, verbose, runtrm)
Help text
Usage: tmxh = tmxcreate(runset, {param}, {trfname}, {verbose}, {runtrm})
Description: Create an instance of a mex-system as specified by runset.
If specified, the parameters specified by params are used rather
than the default parameter setting expressions. The mex-system will
generate a trf file using trfname when specified, otherwise, a
default name will be generated. Finally, if verbose is specifed and
non-zero, a flag will be set which causes a series of informative
message to be printed as the mex-system is manipulated.
Input Parameters:
runset: A string specifying the name of the runset to be created.
The specified runset must have been previously compiled using
tmxmkdll.
param: a tmx_param structure which, if specified, indicates how
runset and parameter values should be computed. If param is not
specified the default setting expressions will be used. Optionally,
param can be a trf_param array or trf_run structure. In this case,
parameters will be set according to the parameter specification
provided by the trf data.
trfname: a string which, if specified, indicates the name of the trf
file to be generated. If trfname is not specified, a trf file name
will be generated.
verbose: a boolean value which if non-zero, specifies that informational
messages should be printed as the mex-system is manipulated. If not
specified or if zero, these informational messages are not printed.
runtrm: a flag indicating whether or not the tempus runset monitor
(trm) is to be run. If empty or zero, the trm is not run.
Otherwise, the trm is started.
Output Parameters:
tmxh: a tmx_handle providing access to a intialized instance of the
compiled mex-system. The user must be careful to delete this instance
using tmxdel when he is done with it.
Cross-Reference Information
This function calls
This function is called by
Produced by mat2html on Wed Nov 22 10:44:15 2000
Cross-Directory links are: OFF