hoe to mark tittle on graph

6 visualizaciones (últimos 30 días)
rishika yadav
rishika yadav el 24 de En. de 2021
Respondida: Reshma Nerella el 29 de En. de 2021
how to make tille on graph on each axis

Respuesta aceptada

Reshma Nerella
Reshma Nerella el 29 de En. de 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

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by