hoe to mark tittle on graph

2 Ansichten (letzte 30 Tage)
rishika yadav
rishika yadav am 24 Jan. 2021
Beantwortet: Reshma Nerella am 29 Jan. 2021
how to make tille on graph on each axis

Akzeptierte Antwort

Reshma Nerella
Reshma Nerella am 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

Weitere Antworten (0)

Kategorien

Mehr zu Simscape Electrical finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by