|
|
 |
| found 8 articles for 0.302 sec |
  |
Group: comp.softsys.matlab · Group Profile · Search for Gertsch in comp.softsys.matlab
Author: Jamie Gertsch
Date: Sep 9, 2008 07:29
"Jamie Gertsch" <poubelle@deletethis.nethere.com> wrote in message <ga5thk$a76$1@fred.mathworks.com>... Hi, I used the following code: rhoHat = M(:,1); AHat = M(:,2); funlist = {@(p, rhoHat) 2*p(1)*sqrt(rhoHat), @(p, rhoHat) 2*p(2)*rhoHat}; NLPstart = [1 1]; options = optimset('Display', 'iter'); [INLP, ILP] = fminspleas(funlist, NLPstart, rhoHat, AHat, [],
|
| Show full article (3.98Kb) · Show article thread |
|
 |
|
|