[Index for trf.tbx]
[Return to Master Index]
trf_var
(trf.tbx/trf_var.m)
Help text
Description of trf_var data structure
A trf_var is a specific data structure that mirrors the contents of a specific variable
within a trf file.
The trf_var structure contains the following fields:
varname: The name of the variable.
varnumber: The index of the variable.
anextvars: The address of the next variable within the run.
anextdb: The address of the first data block of the variable.
id: The variable id (not presently used).
typename: The type of data stored (not presently used).
description: A text description of the variable.
flags: A series of flags indicating how the data was stored.
type: A flag indicating the type of data.
nobjs: The number of elements stored for each time step.
t: For variables which have been loaded, the time vector of the
loaded data. This is the null matrix for variables that have not been
loaded.
d: For variables which have been loaded, the data contents of the
variable. This is the null matrix for variables which has not been
loaded.
trfsel_flag: Reserved for internal use.
Produced by mat2html on Wed Nov 22 10:44:50 2000
Cross-Directory links are: OFF