kerstinm
Industrial
- Apr 6, 2006
- 7
Hello,
I am trying to export (save, write, ...?) a vector from Matlab, so I can open it in an editor (PFE). (I am using Matlab to manipulate data). Saving the file works fine but when I open the file in an editor the figures are shown as 9.9999900e+005 instead of 999999.
Is there any command that tells Matlab to save (write, ...) the figures as 999999 (instead of 9.9999900e+005)?
So far I've tried
- save file.txt file -ascii and
- dlmwrite ('file.txt', file, '9')
but there might be another command?
Thanks for your help!
Kerstin
I am trying to export (save, write, ...?) a vector from Matlab, so I can open it in an editor (PFE). (I am using Matlab to manipulate data). Saving the file works fine but when I open the file in an editor the figures are shown as 9.9999900e+005 instead of 999999.
Is there any command that tells Matlab to save (write, ...) the figures as 999999 (instead of 9.9999900e+005)?
So far I've tried
- save file.txt file -ascii and
- dlmwrite ('file.txt', file, '9')
but there might be another command?
Thanks for your help!
Kerstin