how to plot graph?

2 次查看(过去 30 天)
raqib Iqbal
raqib Iqbal 2020-7-17
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

回答(1 个)

Arthur Roué
Arthur Roué 2020-7-17
编辑:Arthur Roué 2020-7-17
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 !

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by