I have a problem where an 8-digit string, such as "313397E9", is passed to excel, then read as the number "313397000000000" or "3.133970e + 014".
This is then read by Matlab and recognized as a number, not a string. What would be the easiest way to convert it to an 8-digit string?
Thanks in advance for your help.
source
share