Name
title — plot title label
Calling Sequence
title(labelString)
Description
TITLE'text') adds a title to the current axis. Can be also used as
a property/value pair.
Examples
plot(1:10,sin(1:10),'title','Sinus plot');
plot(1:10,sin(1:10));
title('sinus plot')