Hi all
I have a code that produces two vector called x and y,
I want to use these vectors in another code,
How can I do that?
maybe this question is absurd, because I'm really beginner.
Thank you
Yeki
You want to create vectors with one program, and use them in another program? Is it possible to combine these programs? That is by far the least painful method. If not, write the two vectors to a file (or one file each) and read from those files in the second program.