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
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.