hoe to mark tittle on graph

3 次查看(过去 30 天)
how to make tille on graph on each axis

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Simscape Electrical 的更多信息

标签

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by