| Author |
Comment/Response |
Jun
|
09/09/07 02:18am
I have many files I'd like to import as lists as set them to a variable. I.e.
var1 = Import["file1","list"]
var2 = Import["file2","list"]
var3 = Import["file3","list"]
...
How can I accomplish this with most quickly and efficiently? Must I write a loop? How may I iterate through the files?
URL: , |
|