Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

parabolic pde solver returning the value but didn't print the plot of U with time.....

3 views (last 30 days)
I am using MATLAB 2012a ,I have all the parameter values 'parabolic' pde solver needs i.e. U1=parabolic(u0,0:100,b,p,e,t,c,a,f,d); . I am getting the value of U1 for time 0 but I need the plot of U1 at time 100. For plot I am using the command H =pdeplot(p,e,t,'xydata',U1,'zdata',U1,'mesh','off'); . So how can i get the U1 graph at a time t......... Thanks in advance any help is appreciated.

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!