how can i solve a differential equation with two independed variable?
Show older comments
so I have this function : c(x,t),
and I want to solve
∂C/∂t=D/(1-(1-M)C) [∇^2 C+((1-M)〖(∇C)〗^2)/(1-(1-M)C)-(qE_ext)/KT ∇C]
Im getting this error: "Symbolic ODEs must have exactly one independent variable"
what is the best way to solve this equation?
thank you all.
1 Comment
Torsten
on 3 Sep 2018
Try "pdepe".
Best wishes
Torsten.
Answers (0)
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!