From: Leonardo Bartalini Baruffaldi on
Hi!

Could someone please help me? I'm using ode45 OutputFcn with size(t) > 2 to pass some values back to the main routine of my program. The problem is, OutputFcn is not being called at every output step so that the time vector is greater than the my artificial output vector;

Does anyone know what may be happening?

Thank you.