photo

Yidan


Last seen: 3 meses hace Con actividad desde 2024

Followers: 0   Following: 1

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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 meses hace | 2 respuestas | 0

2

respuestas