# TOMLAB  
# REGISTER (TOMLAB)
# LOGIN  
# myTOMLAB
TOMLAB LOGO

« Previous « Start » Next »

18  Exponential Fitting

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

« Previous « Start » Next »