Connecting multiple scattered points through a line

조회 수: 2 (최근 30일)
Matt
Matt 2014년 7월 14일
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