LINLOAD is a Matlab function that loads linearized model data from file. By default it will search for *.LIN files, using the FDC data-directory as starting point. If that directory can't be found, LINLOAD 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.
In practice, this type of datafiles is used to store the data of linearized aircraft models. The linearized system matrices of such models can be determined by the ACLIN utility.
linload
will open a dialog box with all available LIN-files in the used data-directory.
linload('filename')
will do the same, except 'filename.lin' 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 LIN-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 TRILOAD. These load functions are all based upon FDCLOAD.