Path: news.mathworks.com!not-for-mail
From: "Peter Webb" <pwebb@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: setAdaptFcn, Compiler error
Date: Tue, 20 Oct 2009 15:24:51 -0400
Organization: The MathWorks, Inc.
Lines: 26
Message-ID: <hbl2q3$png$1@fred.mathworks.com>
References: <hbk5mh$mr6$1@fred.mathworks.com>
Reply-To: "Peter Webb" <pwebb@mathworks.com>
NNTP-Posting-Host: webbp.dhcp.mathworks.com
X-Trace: fred.mathworks.com 1256066691 26352 172.31.44.134 (20 Oct 2009 19:24:51 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 20 Oct 2009 19:24:51 +0000 (UTC)
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.5843
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579
Xref: news.mathworks.com comp.soft-sys.matlab:578783


Some Neural Net toolbox functions aren't deployable (i.e. can't be used in a 
compiled application). Are you deploying an application that attempts to 
train a neural net? That doesn't work. But if you're trying to use an 
already-trained neural net, we should be able help you find a solution.

"grega" <smrexx@yahoo.com> wrote in message 
news:hbk5mh$mr6$1@fred.mathworks.com...
> Hi,
> Already compiled GUI gives following error when run:
> -----------------------------------------------------------------------
> Error in ==> network.subsasgn>setAdaptFcn at 1876
>
> ??? Output argument "err" (and maybe others) not assigned during call to 
> "C:\DOCUME1\XX\Local 
> Settings\Temp\XX\mcrCache7.10\Unitl15\toolbox\nnet\nnet\@network\subsasgn.m\setAdaptFcn".
>
> Error in ==> network.subsasgn at 435
>
> Error in ==> newff>new_5p1 at 171
> -----------------------------------------------------------------------
> The uncompiled GUI works fine and also a successful compilation was 
> reported, so do not know where's the problem. Have anyone a solution?
> Thank you,
> G