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