Frühere | Chronologischer Index | Spätere | ||
Vorherige | Thematischer Index | Nächste |
Hallo,das scheint unter MMa 5.0 noch nicht zu funktionieren. Dort bekomme ich die Ausgabe TableForm[{{1, 1, 1}, {1, 1, 2}, ....
Bedeutet das umsteigen auf MMa 5.2? Christian Hakan Onel wrote:
Hallo,also mit meiner Mathematica-Version (5.2) geht das wie folgt:file="C://temp.txt"; ausgabeliste=Flatten[Table[{i, j, k}, {i, 1, 2, 1}, {j, 1, 2, 1}, {k, 1, 2, 1}], 2]; headings={None, {"i", "j", "k"}}; Export[file, TableForm[ausgabeliste, TableHeadings -> headings],"Table"]; Gruesse aus Berlin
Frühere | Chronologischer Index | Spätere | ||
Vorherige | Thematischer Index | Nächste |
DMUG-Archiv, http://www.mathematica.ch/archiv.html