Support

Support Options

Submit a Support Ticket

 

Knowledge Base

How to convert MATLAB files to .CSV format files

Mathworks has a file exchange with a code where they posted a code that will do this.

MATLAB CVS Converters

For MATLAB to .CSV

http://www.mathworks.com/matlabcentral/fileexchange/10243-saveascii-m-v6-2-oct-2009

csvwrite is default matlab converter but it manipulates significant digits.

For precision control, dlmwrite can be used, but it is a bit complicated.

http://www.mathworks.com/help/techdoc/ref/dlmwrite.html

For .CSV to MATLAB csvread can be used.

http://www.mathworks.com/help/techdoc/ref/csvread.html

0 Dislike

Last updated @ 01:22 PM on

Comments on this entry

There are no comments on this entry.

Post a comment

Wiki Syntax Reference
'''bold''' bold
''italic'' italic
__underline__ underline
{{{monospace}}} monospace
~~strike-through~~ strike-through
^superscript^ superscript
,,subscript,, subscript

Comments are closed on this entry.

Please keep comments relevant to this entry.

Line breaks and paragraphs are automatically converted. URLs (starting with http://) or email addresses will automatically be linked. Wiki syntax is supported.