MATLAB: Is it possible to compile MATLAB functions from a combination of network and local installations

compilecompilerinstallationlocalMATLAB CompilerNetwork

I am running the MATLAB Compiler on a concurrent network licensed version of MATLAB, but I would like to compile code that uses functions from a local installation of a MATLAB toolbox.

Best Answer

The MATLAB Compiler will be able to determine which toolbox functions are defined in the network/local installation of MATLAB and resolve this issue at compile time. This configuration of using a combination of network/local toolbox installations with the MATLAB Compiler should work properly.