DMUG-Archiv 2005

Frühere

 

Chronologischer Index

 

Spätere

Vorherige

 

Thematischer Index

 

Nächste

Re: Ausgabe in ein txt file

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

Antworten:
Re: Ausgabe in ein txt file
Christian M. Sperber, 30.12.2005
Verweise:
Ausgabe in ein txt file
Christian M. Sperber, 30.12.2005

Frühere

 

Chronologischer Index

 

Spätere

Vorherige

 

Thematischer Index

 

Nächste

DMUG-Archiv, http://www.mathematica.ch/dmug-liste.html; Letzte Änderung: 30.12.2005 15:26