| Author |
Comment/Response |
YiYan
|
04/04/12 9:46pm
I want to do some Post-processing,
so I typing the input form "data = Import["C:\\s.txt", "Data"];" to get the data information.
The data content is including the Scientific notation "E+010",It's meaning 10^10,
but E is Euler function symbol in mathmatica.
For example:
the Input data is
2.000000000000000E+010 -7.641947263430747E-001
and I want to transform it to
2.00*10^10 ,-7.64*10^-1
what should I do?
URL: , |
|