| Author |
Comment/Response |
Marc Gonzales
|
11/26/99 10:17pm
I need help getting input to the listplot function. I have a list of x coordinates {a,b,c} and a list of y coordinates {d,e,f} that I use to do calculations in a program. After doing several calculations on these lists I need to use listplot to plot the y vs x points but list plot needs the data in matrix form {{a,d},{b,e},{c,f}}. How do I go from my two lists of data to a nx2 matrix?
URL: , |
|