%plot([10 20 60 60 6 10],[155 150 155 175 175 155]); % t=[10 20 60 60 6 10]; T=[155 150 155 175 175 155]; patch(t,T,[0.8 0 0],'FaceAlpha',.4) axis([0,65,140,180]) xlabel('Time [min]','FontSize',20,'FontName', 'Times New Roman') ylabel('Temperature [\circC]','FontSize',20,'FontName', 'Times New Roman') set(gca,'fontsize',18,'FontName', 'Times New Roman') grid on