Hi,
I have a file of floating point numbers which represent XY coordinates . I want to store them in a array and plot them.
The file format is like---
Values in the file 5 33 6 35 9 40
represents X Y X Y X Y
how to save them in a memory and plot them in XY plane.