MATLAB Interface

MATLAB DLL functions created by the MATLAB Compiler on Windows PCs can be registered as math functions in HyperGraph. To use the math functions, MCR must be installed on the machine running HyperGraph.

Call an External Program from within a Math Function

  1. From the Define Curves dialog, select Source > Math.
  2. From the Functions list, select the extern function.
Or
  1. Select the extern function and click Use in Expression.
    The extern function is inserted into the expression.
Or
  1. Enter the name of the external program as the first argument in the function.
  2. Enter any parameters to be passed to the external program as additional function arguments.
  3. Click Apply.
    The external program is executed when the X and Y math expressions are evaluated. Once the data vectors are processed, the curve is displayed in the plot.