photo

Emmanuel Adesina


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
How do i add legend
You can simply plot all as: plot(x,y1, x,y2, x,y3, ...) or line(x,y1) line(x,y2) line(x,y3) ... and add all legend at onc...

3 years 前 | 0

已回答
how to label lines on a graph
@Matt Tearle Solution works fine, but puts all labels almost on same line... line(x,y) % or plot(x,y) with a hold on if max(...

3 years 前 | 0