0

I am trying to import several data files all at once into my Mathematica notebook. I want get all of them together by evaluating one expression (perhaps a Do-Loop).


testAand1 = Import["/Users/..../momentum_A_1.dat"];
testBand1 = Import["/Users/..../momentum_B_1.dat"];
...
testZand10 = Import["/Users/..../momentum_Z_10.dat"];

Kindly suggest how I can do it.

0 Answers0