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

Antworten (1)

Arthur Roué
Arthur Roué am 17 Jul. 2020
Bearbeitet: Arthur Roué am 17 Jul. 2020

0 Stimmen

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 !

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 17 Jul. 2020

Kommentiert:

am 23 Jul. 2020

Community Treasure Hunt

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

Start Hunting!

Translated by