[Index for tmx.tbx]
[Return to Master Index]
tmxrecon
(tmx.tbx/tmxrecon.m)
Function Synopsis
tmxh = tmxrecon(tmxh, varargin)
Help text
Usage: tmxh = tmxrecon(tmxh, {recout})
tmxh = tmxrecon(tmxh, {reccell})
tmxh = tmxrecon(tmxh, {outname...})
Description: Turn on recording for specified outputs.
Input Parameters:
tmxh: a tmx_handle of the mex-system for which specified recorders
are to be turned on. If only one input argument is specified then
it is assumed that recording for all outputs is to be turned on
using each output's default recording parameters as specified
by the user in the tve runset editor.
recout: a tmx_recout structure indicating the names and recording
parameters of those outputs for which recording is to be turned
on.
reccell: A cell array of strings indicating the names of outputs to
to be recorded. Since the recording parameters are not specified
the default recording parameters for each output as specified by
the user in the tve runset editor.
outname...: Any number of strings indicating the names of outputs
to be recorded. Since the recording parameters are not specified
the default recording parameters for each output as specified by
the user in the tve runset editor.
Output Parameters:
tmxh: The resulting tmx_handle of the mex-system for which the
specified outputs are configured for recording.
Note: If the user specifies outputs which cannot be recorded because the
output name does not correspond to a valid output, that particular
specification will be ignored, but all other valid outputs specified
will be configured for recording.
Cross-Reference Information
This function calls
Produced by mat2html on Wed Nov 22 10:44:15 2000
Cross-Directory links are: OFF