Connecting multiple scattered points through a line

2 次查看(过去 30 天)
Hi
I plot a scatter for multiple points and i want to connect them using line. Below is my code. The plot i get is only scatter, I cant connect them through a line. Any help appreciated!
subplot(2,2,2)
hold all
for i=1:8
scatter(Emax{1,i},Eneregy{i}-Loss{1,i},'X')
line(Emax{1,i},-Loss{1,i})
end
Thanks
Matt

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Scatter Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by