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.
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.