In This Topic
MATLAB Interface
Basically it is possible to run Ebsilon calculations from MATLAB by means of the EbsOpen DLL. However, a couple of particularities have to be taken into account:
- As MATLAB cannot handle optional parameters, a special version of the EbsOpen DLL has to be used that can do without optional parameters.
- Due to the parallelization library Open MP used in Ebsilon, certain ambient variables have to be set.
- A sample project for the integration of EbsOpen in MATLAB can be found under Data\Examples\ MatlabEbsOpenBridge.