MATLAB: Num2str font size

MATLAB

Hi, can someone tell me how to increase the font size when using num2str?
ex:text(x(i),y(i),num2str(i))

Best Answer

text(x(i),y(i),num2str(i),'FontSize',14)
Specify your required size...