Snippets — Tagged with 'Matlab'

matlab init

Tags:
Matlab, JVM
Posted by:
Scott Cook 2 months ago

Initialize Matlab w/o JVM

    const char *ops = "-nojvm";  // disable jvm

    m_bInitComplete = mclInitializeApplication(&ops, 1);

Matlab terminate

Tags:
Matlab
Posted by:
Scott Cook 2 months ago

call to terminate MatLab

mclTerminateApplication()