Name

title — plot title label

Calling Sequence

title(labelString)

Parameters

labelString

string

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')

See Also

xlabel , ylabel , title

Authors

Stéphane Mottelet