Thanks Matematikawan.
Right now, I have a separate file named "Prob_52" that has the function and then a file with:
[t,y] = ode45 (@prob_52,[0,1],0)
plot (t,y)
xlabel ('Time')
ylabel ('Function Value')
My professor is unable to run it, which makes it a fail. I'm wondering if this is because...