MATLAB: What is ‘fz’ in fontsize

plotsize;

I came across the code: set(gca, 'fontsize', fz). My knowledge is that we can give numerical values to 'fontsize'. So what does 'fz' indicate here?

Best Answer

fz is a variable that they had previously set. Search all your code (control-shift F) for fz and you'll find a line like
fz = 15;