Hi,
Can anyone help me by knowing me how to convert a .dat BINARY FILE into ASCII FILE using MATLAB? is there any direct command to convert the file?
Please help me or suggest me only in MATLAB code.
Thanks,
MADHAVAN
Hi,
Can anyone help me by knowing me how to convert a .dat BINARY FILE into ASCII FILE using MATLAB? is there any direct command to convert the file?
Please help me or suggest me only in MATLAB code.
Thanks,
MADHAVAN
If you do want to use matlab, there's a matlab function, fread, dealing this issue. You can check its help document. To output your data in ascii, using fprintf will be a good choice.
Last edited by bosomfriend; 6th November 2009 at 11:41 PM. Reason: Not complete
Bookmarks