Continuation of this question: How to export if I need to have two extensions instead of one. E.g., in the previous case one can generate lists labeled L[1], L[2],.....and so on using a loop. But if I have 2 loops and hence two variables and the lists are labeled L[1,1], L[1,2],… then L[2,1], L[2,2],… How do I export them in wdx format?
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
Make some 2D data:
Create a series of strings to represent the indices of the elements of data:
Then just add those strings into whatever basename and extension you are using for your files and use that with |
|||||
|
|
If you have n-dimensional
Then export each one:
|
|||
|
|
