Group Abstract Group Abstract

Message Boards Message Boards

0
|
6K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

[?] Change the format of exported float numbers?

Posted 8 years ago
2 Replies

Elias,

Use CSV format and it will work as you request:

Export["data.txt", Flatten[test], "csv"];

or

Export["data.csv", Flatten[test]];

Regards

Neil

POSTED BY: Neil Singer

Thank you very much for the quick answer :-)

Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard