How do I set parameters for my graph?

1 comentario

Adam Danz
Adam Danz el 18 de Oct. de 2019
@ Aaron Abueg, your 6 recent questions all appear to be copy-pasted homework assignments. Doing other people's homework is not the intention of this forum. If you want help, you'll need to show us how far you are in your solution and explain where you're stuck and what help you need.
Here are more tips on how to get help here.

Iniciar sesión para comentar.

Respuestas (1)

Neeraj Kaberpanthi
Neeraj Kaberpanthi el 17 de Oct. de 2019

0 votos

Hi,
you should use
xlabel to set x axis text
ylabel to set y axis text
title to set title over the graph
grid on to enable grids
for more details follow links

3 comentarios

Aaron Abueg
Aaron Abueg el 17 de Oct. de 2019
How do I produce the plot to have the one blank space on each side?
Neeraj Kaberpanthi
Neeraj Kaberpanthi el 17 de Oct. de 2019
use axis command to adjust plot axis limits.
like axis([x_start_lim, x_end_lim, y_start_lim, y_end_lim])
Aaron Abueg
Aaron Abueg el 17 de Oct. de 2019
Thank you!

Iniciar sesión para comentar.

Productos

Versión

R2018a

Etiquetas

Preguntada:

el 17 de Oct. de 2019

Comentada:

el 18 de Oct. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by