help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fminunc does not display anything


From: tmacchant
Subject: Re: fminunc does not display anything
Date: Thu, 23 Apr 2015 22:40:37 -0700 (PDT)

> [par, cost , info] = fminunc(@(t)(erro_solo(t,precos_solo,solo,rendas)),
t_inicial, options);

The above naturally displays nothing. Try to remove, semicolon (;) .

 [par, cost , info] = fminunc(@(t)(erro_solo(t,precos_solo,solo,rendas)),
t_inicial, options)

Tatsuro



--
View this message in context: 
http://octave.1599824.n4.nabble.com/fminunc-does-not-display-anything-tp4670044p4670048.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]