pwIntegrationTimeAlongFitTrajectory


 elapsedTime = pwIntegrationTimeAlongFitTrajectory(stiff, nRepetitions, integrators)

 Integration time depends on the current position in the parameter space.
 Therefore a model may become stiff during optimization.
 This function determines the integration time along the fitting trajectory.

 

Arguments for pwIntegrationTimeAlongFitTrajectory

 stiff          true or false (default)

 intergrators(i).name   (e.g. 'ode23', 'RADAU5', 'RADAU5 fast')
                .mexODE (true, false)

 elapsedTime(j, i) is the time needed for integration (including
                   some overhead...) of integrator i in iteration j
                   of the last fit.

See also

pwFit