| Author |
Comment/Response |
android1234
|
06/29/12 04:42am
Hi,
i have a list like this
sample={1000,2000,3000};
When i export like this
Export["alt.txt", sample]
When mathematica prints the text file every value is on a different line like this
1000
2000
3000
How to do in order to have all the data in one line like this:
1000 2000 3000
separated by a simple space?
Thanks
URL: , |
|