Tagged Questions
1
vote
1answer
204 views
How to export CSV from Mathematica?
I have previously been using
logf[x_, y_] := f[x, y] /. v_ :>(PutAppend[Unevaluated[f[x, y] = v;], "out.txt"];);
which produces output like ...