Azzera filtri
Azzera filtri

hoe to mark tittle on graph

2 visualizzazioni (ultimi 30 giorni)
rishika yadav
rishika yadav il 24 Gen 2021
Risposto: Reshma Nerella il 29 Gen 2021
how to make tille on graph on each axis

Risposta accettata

Reshma Nerella
Reshma Nerella il 29 Gen 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

Più risposte (0)

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Tag

Prodotti


Release

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by