numerix Class
Create numerix object to set up Numerix CAIL environment
Description
The numerix
object makes the Numerix® engine directly accessible from MATLAB®. To use the capabilities of Numerix CAIL, you must have CAIL client software 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
To learn how value classes affect copy operations, see Copying Objects.
Creation
N = numerix(DATADIRECTORYPATH)
constructs the
numerix
object and sets up the Numerix CrossAsset Integration Layer (CAIL) environment given the
path, DATADIRECTORYPATH
.
Properties
Methods
Examples
More About
Version History
Introduced in R2013b