s = OpenWrite[ofile, CharacterEncoding -> "UTF8"]
Export[s, "∂f/∂t"]
Close[s]
did not successfully write ∂ into the file. Instead, it writes the InputForm. How to let it write ∂?
did not successfully write |
|||||
|
|
F'x is correct. Using Let's assume a large matrix with dimensions of 100 by 5;
We can easily write this using the
This will write to the text file exactly as you see it printed in the notebook interface.
You can also print in
You can also get a little crazy and riffle in delimiters...
Also, don't forget the
|
||||
|
|
|
|
|||
|
|