HyperWorks Desktop

*RegisterHMATHFunction()

Registers a HyperMath HML file in the HyperWorks preferences file. This allows the HyperMath functions in the file to be available in HyperWorks Desktop, similar to the  internal HyperWorks Desktop math functions.

*RegisterHMATHFunction()

Registers a HyperMath HML file in the HyperWorks preferences file. This allows the HyperMath functions in the file to be available in HyperWorks Desktop, similar to the  internal HyperWorks Desktop math functions.

Previous topic Next topic No expanding text in this topic  

*RegisterHMATHFunction()

Registers a HyperMath HML file in the HyperWorks preferences file. This allows the HyperMath functions in the file to be available in HyperWorks Desktop, similar to the  internal HyperWorks Desktop math functions.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*RegisterHMATHFunction(Function, File, Parameters)

Arguments

Name

Description

 

Function

The name of the HyperMath function.  This is a string.

 

File

The name of the HML file where the above function resides.  This is a string.

 

Parameters

The number of parameters the function accepts as inputs.  This is for syntax presentation only.

Example

*RegisterHMATHFunction("MyFunction", "c:/hmath/MyFile.hml", 2)

Application

HyperGraph

Comments

The HyperMath function must return a scalar or a vector.

Functions within HyperMath HML files are directly supported by the HyperWorks Desktop and HyperStudy.  The registered HyperMath functions are accessible in the following applications: HyperStudy response functions, TextView, HyperView notes, HyperGraph curves, notes, datum lines and plot labels, and Templex.

See also

 

*RegisterExternalFunction()

List of Preference Statements