From: Mateusz Gos on
hi,
i want to force my ode45 solver to search for a solution (good enough time step) only within certain boundaries imposed on one (out of tenths) of the differentiated parameters. is there a nice way of doing it? by 'nice' i mean not letting the solver to try values of the parameter outside the range (and throwing them out afterwards) because not only are they useless, but will also crush the model.

cheers