Superclasses:
Create numerixCrossAsset object to set up Numerix CROSSASSET environment
Creating a numerixCrossAsset
object initializes a Numerix® CrossAsset object based on the Numerix data-driven CROSSASSET API. To use the Numerix engine directly from MATLAB®, you must have the CROSSASSET client installed on your local desktop.
In addition, you must add the Numerix library file to MATLAB path to use the documentation examples:
Add <Numerix software package installation
root>/lib
to <matlabroot>/toolbox/local/librarypath.txt
or
Place <Numerix software package installation
root>/lib/NxProjava.dll
in the folder <matlabroot>/bin/win64
c = numerixCrossAsset
constructs the numerixCrossAsset
object and sets up the Numerix CROSSASSET environment.
applicationCall | Create and register Numerix CROSSASSET Call object |
applicationData | Create and register data with Numerix CROSSASSET Application Data object |
applicationMatrix | Create and register Numerix CROSSASSET Application Matrix object |
close | Close numerixCrossAsset object |
getdata | Convert Numerix CROSSASSET Application object to MATLAB structure |
applicationCall
| applicationData
| applicationMatrix
| close
| getdata