Font size change in the whole figure
set(gca,'FontSize' ,12)
White background
set(gcf,'Color',[1,1,1])
Set Xticks
set(gca,'XTick',1:50:intLength)
set(gca,'XTickLabel',str2mat('Normal','Hyper','Hypo'))