How to plot nonlinear parabolic pde solution u versus distance at different time?

1 view (last 30 days)
I want to plot my nonlinear parabolic pde solution u versus distance at different time. I can plot my nonlinear parabolic pde solution u versus time at different distance. I noticed that in parabolic solution it is written:
u= parabolic(u0,tlist,b,p,e,t,c,a,f,d)
Based on u solution command above, the solution it is written as a function of tlist or time but I could not find how to implicitly write the u solution as a function of distance.
  1 Comment
Alan Weiss
Alan Weiss on 8 Feb 2016
Sorry, I don't understand what you mean. You can plot at times in tlist, and at any points in the geometry that you like by interpolating the solution. But I do not really understand what you are trying to do. Can you explain it further, or give an example?
Alan Weiss
MATLAB mathematical toolbox documentation

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!