photo

Yidan


Last seen: 3 months ago Active since 2024

Followers: 0   Following: 1

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 months ago | 2 answers | 0

2

answers