Feeds
답변 있음
Remove line between first and last point on plot
I was able to figure it out: I had to sort my data: [time, dum] = sort(time); avg = avg(dum);
Remove line between first and last point on plot
I was able to figure it out: I had to sort my data: [time, dum] = sort(time); avg = avg(dum);
10년 초과 전 | 2
| 수락됨
질문
Remove line between first and last point on plot
I am plotting data from a text file, however, the plot automatically connects the first and last points. How do I get rid of th...
10년 초과 전 | 답변 수: 2 | 0