hoe to mark tittle on graph

2 ビュー (過去 30 日間)
rishika yadav
rishika yadav 2021 年 1 月 24 日
回答済み: Reshma Nerella 2021 年 1 月 29 日
how to make tille on graph on each axis
  1 件のコメント
Ive J
Ive J 2021 年 1 月 24 日
doc xlabel
doc ylabel
doc title

サインインしてコメントする。

採用された回答

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 Center および File ExchangeSimscape Electrical についてさらに検索

タグ

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by