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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
