I have to prepare a task for my Numerical Analysis class in which I compare the performance of RK4 (not A-stable) and BDF2 (A-stable) for the solution of the stiff Van der Poll equation. I've managed to implement both methods in Matlab, however, I can't seem to find a step size and/or value for $\mu$ for which RK4 converges in a weakly stable manner (error grows as $t \to \infty$). Either it completely diverges, or it converges perfectly:
I would greatly appreciate any help finding the right step size to display weakly stable behaviour.

