Feeds
提问
separate lines on 2d graph using two separate pairs of vectors
How do draw separate lines, one from x1, y1 to m1, n1, another from x2, y2 to m2, n2 and so on...? Thanks so much!
14 years 前 | 2 个回答 | 0
2
个回答提问
finding overlapping values in multiple vectors
How do I get values that are found in multiple vectors? For example: x = [1 2 3 4 5]; y = [3 1 6]; How do I get MATLAB to give ...
14 years 前 | 1 个回答 | 0
