Prev: help with the code
Next: Automatic Character deletion within string after detecting a special character
From: Sebastian on 9 Jul 2010 22:01 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 11 Jul 2010 11:30
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. |