MATLAB: In PDE solution, how to get the nodal data varying with time

data extraction from the solution in matlabpde solution

In PDE solution, how to get the nodal data varying with time for example temperature against time and is there any way to look up the data in the pde toolbox?

Best Answer

Hi Ghulam,
If you have solved a time dependent problem then you can lookup the temperature vs time. Take a look at this feature example: http://www.mathworks.com/help/pde/examples/inhomogeneous-heat-equation-on-a-square-domain.html
Ravi
Related Question