Changing MATLAB Figure Text Properties

Need to change the fontsize in a figure? Here’s a link which lists many properties which can be defined in the code.

http://www.mathworks.com/help/techdoc/ref/text_props.html

e.g. to change the fontsize in the figure title, use:

title('Truncated sinogram', 'FontSize', 15)