hoe to mark tittle on graph

조회 수: 4 (최근 30일)
rishika yadav
rishika yadav 2021년 1월 24일
답변: Reshma Nerella 2021년 1월 29일
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