Overview of User-Defined Functions
The following table lists the available user-defined functions:
Define a MATLAB functions to interface to functions written in MATLAB®. This function requires a LiveLink™ for MATLAB® license.
About Local parameters in Functions
Local parameters in functions are added as variables, which means they can be used in variable expressions or in results processing. You can access them using <function tag>.<parameter> (for example, an1.p1 or lsq1.a0). Local parameters can be found in Analytic, Piecewise, and Least-Squares Fit functions. Partial Fraction Fit also has local parameters whose names are predefined as Y_inf, R, Q, xi, and zeta.