Feeds
질문
I just started to learn simulation about PDEs and encountered difficulties. How can I use method-of-lines to solve the following three variables and draw a graph?
3개월 전 | 답변 수: 0 | 0
0
답변질문
I am trying to solve the system of coupled partial differential equations described in the attachment using the function pdepe. My code runs into this error:
function [c,f,s] = pdefun(x,t,u,dudx) % Equation to solve c = [1; 1]; f = [-0.6; 1.32].*u; s = [0; 0]; end function u0 = pd...
3개월 전 | 답변 수: 2 | 0