Tips (Utility, Computer Language, and etc.)
[Mathematica] Export text file without {}
Struggler J.
2017. 6. 19. 02:30
[Ref] https://mathematica.stackexchange.com/questions/46867/how-to-export-data-to-a-plain-text-file
Export["simulation_points.txt", res, "Table", "FieldSeparators" -> " " ]
FilePrint["simulation_points.txt"]