Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. Export["~/temp.csv", Table[{n, 2 n, 3 n}, {n, 5}]];
  2. Quit[];
  3.  
  4. temp123=Import["~/temp.csv"];
  5.  
  6. ?temp123
  7.  
  8. (*
  9. Global`temp123
  10.  
  11. temp123=Null
  12. *)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement