User`s guide

Limitations About What May Be Compiled
Older Neural Net
works Not Deployable with
MATLAB Compiler
Loading network
s saved from older Neural Netw ork Toolbox versions requires
some initializa
tion routines that are not deployable. Therefore, these
networks canno
t be deployed without first being updated.
For example, de
ploying with Neural N etw ork Toolbox 5.0.1 (2006b) and
MATLAB Compile
r 4.5 (R2006b) yields the following errors at run-time:
??? Error using ==> network.subsasgn
"layers{1}.initFcn" ca nnot be set to non-existing
function "initwb".
Error in ==> updatenet at 40
Error in ==> network.loadobj at 10
??? Undefined function or method 'sim' for input
arguments of type 'struct'.
Error in ==> mynetworkapp at 30
12-7