MATLAB: Is it possible to compile MATLAB files that call Neural Network Toolbox functions into stand-alone applications

ccodecompilerDeep Learning Toolboxexportgenerationjavaneuralnnnnetstandalone

I would like to generate a stand-alone application from MATLAB code that uses the Neural Network Toolbox.

Best Answer

The ability to deploy Neural Network Toolbox functions (including *training *functions such as train) to compiled applications was added in MATLAB Compiler Version 6.3 (R2016b). However, there are a few limitations regarding which Neural Network toolbox functions can be compiled in a stand-alone application. These limitations are listed here:
It is possible to deploy only *pre-trained* network command line functions from the Neural Network toolbox in Compiler releases 4.0 (R14) through 6.2 (R2016a). For previous releases of MATLAB (R13 and earlier), please refer the following link: