% File: axes_fontsize_change.m % Problem: When fonsize of an axes is changed, then only the tic numbers change % their size but not the labels, title or legend. % This differs from MATLAB plot(1:5),xlabel('xlab'),ylabel('ylab'),title('title'), legend('legend') set(gca,'FontSize',20)