Tagged Questions
2
votes
1answer
53 views
How to export results of an analysis in table format into MS word file
I'm working on a simulation study using Mathematica 8. At the end of the analysis I'll have a matrix of data containing my results (assume for three variables like x,y & z). I used these codes for ...
2
votes
1answer
75 views
diff-able text-only notebooks?
I would like to save my Mathematica notebooks as plain-text documents, so that I can keep them under git version control.
I thought that ...
2
votes
0answers
75 views
Exporting large numbers to a text file [duplicate]
I need to export large numbers to an ASCII text file, but as simple digits without powers of ten, e.g. I need to write 123456.789 to the file and not 1.23456789E10^5. It seems like such a simple ...
6
votes
2answers
286 views
How can I convert a formatted text cell to latex code?
I have a formatted text cell, I want to export it as latex. How can I do that?
Since copy as LaTeX doesn't work, I thought of pasting it into a string and exporting, but it's a no go:
...
10
votes
2answers
496 views
How to dynamically name and date a file for export?
I have various functions that export Excel and text files, and need to have them named with a name based on the content of some variables in the function and the time and date. How can this be done ...