Requirements for Functions

When you create a MATLAB function for use with BERTool, you must ensure that the function interacts properly with the GUI. This section describes the inputs, outputs, and basic operation of a BERTool-compatible function.

Input Arguments

BERTool evaluates your entries in fields of the GUI and passes data to the function as these input arguments, in sequence:

Output Arguments

Your simulation function must compute and return these output arguments, in sequence:

BERTool uses these output arguments when reporting and plotting results.

Simulation Operation

Your simulation function must perform these tasks:


© 1994-2005 The MathWorks, Inc.