Community Profile

photo

Douglas


QER

Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How can I solve the following PDE problem in MATLAB. I do not see how to formulate it in a form suitable for the pdepe function.
C * Dusubi/Dt = x^-2 * D/Dx(x^2 * C * Dsubi * Dusubi/Dx) - N * Dusubi/Dx i = 1 to 6 where N = Sum(i=1:6)[C * Dsubi * Dus...

12 years ago | 0 answers | 0

0

answers

Question


How do I plot a selective range of x-axis values
I am a new user of MATLAB. Currently I have this in my script: figure subplot(2,2,1) plot(t/60,mass) grid on ...

12 years ago | 4 answers | 1

4

answers

Question


WHy do I get "ans = 1" in the Command Window?
In running a program I have written using the pdepe function, and sometime during the function call: soln=pdepe(m,@solnpde,@...

12 years ago | 4 answers | 0

4

answers