TRILOAD is a Matlab function that loads trimmed flight conditions from file. By default it will search for *.TRI files, using the FDC data-directory as starting point. If that directory can't be found, TRILOAD will use the current working directory instead and display a warning message. It is possible to specify a default filename too; both filename and extension can be overruled in the load dialog window.
This type of files is usually created by the ACTRIM utility.
triload
will open a dialog box with all available TRI-files in the used data-directory.
linload('filename')
will do the same, except 'filename.tri' will be used as default filename (this can still be overruled by selecting a different file from the load dialog). Wildcards '?' and/or '*' may be used.
Note: Specifying a non-existing filename as default TRI-file does not yield an error, unless one actually tries to open this non-existing file from the load dialog.
Other, similar, load utilities for the FDC toolbox are MATLOAD, DATLOAD, and LINLOAD. These load functions are all based upon FDCLOAD.