Path: news.mathworks.com!not-for-mail
From: "grega" <smrexx@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: setAdaptFcn, Compiler error
Date: Wed, 21 Oct 2009 05:50:20 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 30
Message-ID: <hbm7es$o77$1@fred.mathworks.com>
References: <hbk5mh$mr6$1@fred.mathworks.com> <hbl2q3$png$1@fred.mathworks.com>
Reply-To: "grega" <smrexx@yahoo.com>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1256104220 24807 172.30.248.38 (21 Oct 2009 05:50:20 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 21 Oct 2009 05:50:20 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 7217
Xref: news.mathworks.com comp.soft-sys.matlab:578862


Thank you kindly for your answer. Yes, the application attempts to train a neural net, so the story stops here unfortunately.
Thank you again,
Grega 

"Peter Webb" <pwebb@mathworks.com> wrote in message <hbl2q3$png$1@fred.mathworks.com>...
> 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 
>