From: Sebastian on
I've compiled my project and several error messages incurred,


Error in ==> network.subsasgn>setAdaptFcn at 1806

Error in ==> network.subsasgn at 420

Error in ==> newfftd>new_5p1 at 169

Error in ==> newfftd at 108

From what I can make of it by reading the source code of the functions generating the errors, things should have went just fine.

The function setAdaptFcn() checks if isdeployed() is "true" and deals with it accordingly.

So, my questions are, first, is newfftd() and the other functions in the neural network toolbox deployable and secondly, if they are deployable, what if anything should I be doing to remedy the situation I've painted myself into?


Thanks in advance,
Sebastian De Angelis
From: Walter Roberson on
Sebastian wrote:

> So, my questions are, first, is newfftd() and the other functions in the
> neural network toolbox deployable and secondly, if they are deployable,
> what if anything should I be doing to remedy the situation I've painted
> myself into?

http://www.mathworks.com/products/compiler/compiler_support.html

newfftd is documented as "Create feed-forward input time-delay
backpropagation network", which sounds to me as if it is not a
"Pre-trained network command line functions" that are the limitation for
deploying from the NN toolbox.