MATLAB: Displaying Isotherm Values in PDE-Tool-Box Plots

MATLABpdeplot

Is there a method to display the temperature value of isotherms in a pdeplot?
This is the usual code:
pdeplot(model, 'XYData', T(:,end), 'Contour', 'on', 'ColorMap', 'jet');
axis equal;
title('Temperature Profile at End of Heat Exposure');

Best Answer

Hi Sergio,
The temperature values can not be shown on isotherm lines. I have informed the concerned teams and they would be looking into this issue.