Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to save in binary format, without mat extension

Status
Not open for further replies.

belenrial

Nuclear
Oct 20, 2006
1
I need to save a 3d matrix containing complex data, doble array to a binary format, but that can be read in a computer without matlab installed. Any help

Thanks
 
Replies continue below

Recommended for you

Use fwrite. type "help fwrite" at the command line to see how to use it. Should be able to read the file with a simple C program. Also, you can export csv and excel files with csvwrite and xlswrite.
 
I use a mex wrapper and actually do the binary writing in c or C++. Then you don't have to do any work. Except worry about Endianess in portability.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor