[Index for trf.tbx] [Return to Master Index]

trfls

(trf.tbx/trfls.m)


Function Synopsis

d = trfls(varargin)

Help text

Usage: 
       trfls [-r [runs]] file
Or
       trfls([runs],trf)

Description: trfls lists run and variable information of a given trf file. 
             if [runs] is specified, trfls lists run names of and their variable 
             names. if [runs] is not specified, trfls lists run names only. 
             if [*] is used, trfls lists all run names and variable names.
For example: 
             trfls file
             or
             trfls([],file)
             will list all run set names only.

             trfls -r * file
             or
             trfls('*',file)
             will list all run set names as well as their variable names
             
             trfls -r [runs] file
             or 
             trfls([runs],file)
             will list specified run set names and their variable.

Input Parameters: 
       runs: A list of runs. run numbers are separated by comma. 
       trf:  The trf file name. 

Produced by mat2html on Wed Nov 22 10:44:50 2000
Cross-Directory links are: OFF