hoe to mark tittle on graph

 Accepted Answer

Hi,
For example,
plot((1:10).^2)
title('My Title') % Add title to plot
xlabel('x axis label') % Add label to x axis
ylabel('y axis label') % Add label to y axis
For more information and examples refer to the documentation pages: xlabel, ylabel, title

More Answers (0)

Categories

Find more on Just for fun in Help Center and File Exchange

Products

Release

R2020b

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!