MATLAB: How to deploy an ANN Network

anndeploymentMATLABsimulink

I want to store a trained ANN network for use by other programs and I don't want to retrain the model everytime I open MATLAB. Is it possible to save the network in an M-file or in a Simulink object?

Best Answer

You can save() it to a .mat file.