Solving nonlinear ordinary differential equations
1 次查看(过去 30 天)
显示 更早的评论
I want to solve the following equation:
h(x) = -(D+a*(D/RT)*o*C)dc/dx
% D, a, R,T, o are parameters
%Boundary conditions:
h(0,t)=h(w,t) = C_sat;
%Initial conditions:
c(x,0)=0;
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!