figure x1 = [0.00177475190000000;0.00177475190000000;0.00177475190000000;0.00177475190000000;0.00177475190000000;0.00177475190000000;0.00177475190000000;0.00175663660000000;0.00176267500000000;0.00175663660000000;0.00167780750000000;0.00160595010000000;0.00138669990000000;0.00114389980000000;0.000886387800000000;0.000732188100000000;0.000495646000000000;0.000311308900000000;0.000225288600000000;0.000189716700000000;0.000166951800000000;0.000167649000000000;0.000155896000000000;6.26076250016645e-05]; y1 = [0;0.12;0.24;0.36;0.48;0.6;0.714285714300000;0.842857142900000;0.997142857100000;1.17714285710000;1.39000000000000;1.64142857140000;1.93857142860000;2.29000000000000;2.70428571430000;3.19428571430000;3.77285714290000;4.45571428570000;5.26285714290000;6.21571428570000;7.34142857140000;8.67142857140000;10.2414285714000;12.0957142857]; x2 = [0.00177475190000000;0.00175663660000000;0.00176267500000000;0.00175663660000000;0.00167780750000000;0.00160595010000000;0.00138669990000000;0.00114389980000000;0.000886387800000000;0.000732188100000000;0.000495646000000000;0.000311308900000000;0.000225288600000000;0.000189716700000000;0.000166951800000000;0.000167649000000000;0.000155896000000000;6.26076250016645e-05]; y2 = [0.714285714300000;0.842857142900000;0.997142857100000;1.17714285710000;1.39000000000000;1.64142857140000;1.93857142860000;2.29000000000000;2.70428571430000;3.19428571430000;3.77285714290000;4.45571428570000;5.26285714290000;6.21571428570000;7.34142857140000;8.67142857140000;10.2414285714000;12.0957142857]; plot(x1,y1,'k',x2,y2,'sk','LineWidth',0.6,'MarkerSize',6) strx='$$\overline{T''T''}/(\Delta \overline{T})^2$$'; xlabel(strx,'interpreter','latex','FontSize',18); stry='$$y/h$$'; stru='$$LES$$'; stru1='$$Expt$$'; ylabel(stry,'interpreter','latex','FontSize',18); legend({stru,stru1},'interpreter','latex','FontSize',17,'Location','northeast'); legend boxoff; %set(gca,'XTickLabel',num2str(get(gca,'XTick'),'10^%d')); set(gca,'XTickLabel',num2str(round(log10(XTick(:))), '10^%d')); %set(gca, 'YAxisLocation', 'origin')