Now I get a matrix named Test with 1000 rows and 2 columns, which contains the (x, y) coordinates of 1000 dots. The first column is the values of X-coordinate, and the second is the values of Y-coordinate.
Now I want to display(plot) all the dots, but I found it's wrong if I just used plot(Test).
Could you guys give me a solution?