photo

Yidan


Last seen: etwa ein Monat vor Aktiv seit 2024

Followers: 0   Following: 1

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

etwa 2 Monate vor | 2 Antworten | 0

2

Antworten