Model Browser User's Guide | ![]() ![]() |
Template File
Note that the template file has a common layout for transient models and for user-defined models. Several sections of the template file are often not actively used but must be filled in with sensible defaults.
The fast eval
at the top of the file is not used for transient models and can be left as is.
The next section of commented code gives a summary of the functions in the template file. The function definitions follow this. The m-file is called using
varargout= fuelPuddle(U,X,varargin) U = the transient model X = input data e.g. X = [[0:100]', sin([0:100]')]
![]() | Transient Models | Subfunctions | ![]() |