addtoolbox
Adds an existing toolbox or a custom toolbox to load the functions contained in it.
Syntax
addtoolbox('toolbox')
Inputs
- toolboxName
- The fully qualified name should be specified for a custom toolbox.
Examples
Add a Compose OML toolbox:
addtoolbox('omlstatistics')
addtoolbox('c:/toolboxes/mytoolbox.dll')
Comments
If adding a custom toolbox, the fully qualified name of the toolbox should be specified in toolbox. An error is set if the toolbox being added does not exist.