how to plot graph?

x=[10, 20 ,30,40,50]
y=[0.987, 0.972, 0.958, 0.938, 0.919]
i want to plot this point but every time giving error..plz help me

Respuestas (1)

Arthur Roué
Arthur Roué el 17 de Jul. de 2020
Editada: Arthur Roué el 17 de Jul. de 2020

0 votos

x=[10, 20 ,30,40,50]
y=[0.987, 0.972, 0.958, 0.938, 0.919]
plot(x, y, 'LineStyle', 'none', 'Marker', '.')
Here is the plot documentation. When struggling with a function, the matlab documentation is here for you !

1 comentario

Arthur Roué
Arthur Roué el 23 de Jul. de 2020
Did you manage to plot your graph ?

Iniciar sesión para comentar.

Categorías

Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 17 de Jul. de 2020

Comentada:

el 23 de Jul. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by