Models Fitting of positive sums of Exponentials: exp prob

From TomWiki
Revision as of 07:41, 12 August 2011 by Elias (talk | contribs) (Created page with "{{Part Of Manual|title=TOMLAB Models|link=TOMLAB Models}} In <tt>exp_prob</tt> there are 51 Fitting of positive sums of Exponentials test problems with up to 6 variab...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Notice.png

This page is part of TOMLAB Models. See TOMLAB Models.

In exp_prob there are 51 Fitting of positive sums of Exponentials test problems with up to 6 variables. In order to define the problem n and solve it execute the following in Matlab:

Prob = probInit('exp_prob',n); 
Result  = expSolve(Prob);