hoe to mark tittle on graph

6 vues (au cours des 30 derniers jours)
rishika yadav
rishika yadav le 24 Jan 2021
how to make tille on graph on each axis
  1 commentaire
Ive J
Ive J le 24 Jan 2021
doc xlabel
doc ylabel
doc title

Connectez-vous pour commenter.

Réponse acceptée

Reshma Nerella
Reshma Nerella le 29 Jan 2021
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

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Tags

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by