Troubles with ode45 solving two ODEs?
I am solving two the first order ODEs:
$$p_0 p_0'=-\dfrac{32 \beta}{R^4}$$
$$(p_0p_1)'=-\dfrac{2-\sigma_v}{\sigma_v}\dfrac...
6 years ago | 1 answer | 0
1
answer
Question
What do to with ode45 symfun error?
I am using code from adress
<http://matlab.cheme.cmu.edu/2011/09/08/plane-poiseuille-flow-bvp-solve-by-shooting-method//>
b...