Models Fitting of positive sums of Exponentials: exp prob: Difference between revisions

From TomWiki
Jump to navigationJump to search
(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...")
 
(No difference)

Latest revision as of 07:41, 12 August 2011

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);