Question: Using dsolve numeric in a for loop

Hello,

I am using dsolve numeric in a for loop to run some multiple simulations. However, it looks like I get some errors due to using dsolve over and over again in the for loop.

Is there a way I can clear the memory or parameters in dsolve before proceeding to the next iteration?

Thanks,

Folarin

Please Wait...