exponential decay fit - slow
- From: Jason <phdjbe@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 31 Aug 2005 09:58:31 -0400
Hello,
I am currently using fmincon to fit approximately 5000 independent
exponential decays one after another.
conditions:
options=optimset('Display','Off','TolX',1e-9,'MaxFunEvals',500,'MaxIte
r',500);
FittedDecay =
fmincon(@func1com,starting,[],[],[],[],lb,ub,[],options,x_data,y_data)
;
For this I am using a loop which makes this process very slow. does
anyone know what would be the best way to speed this up? Would it be
possible to fit the decays simultaneusly using a 2d matrix as opposed
to a 1d vector? would this speed this up? Any help would be greatly
appreciated.
cheers,
Jason
.
- Follow-Ups:
- Re: exponential decay fit - slow
- From: John D'Errico
- Re: exponential decay fit - slow
- Prev by Date: Re: Do fast hard drives improve matlab performance?
- Next by Date: Re: Memory mapping
- Previous by thread: XLSREAD - Quick/Easy Question
- Next by thread: Re: exponential decay fit - slow
- Index(es):