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 years 前 | 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 years 前 | 2 个回答 | 0