MATLAB: Where can I find more information on File I/O for MATLAB

apifilefileioguidei/oinputioMATLABnote;outputsupporttechtechnical

Where can I find more information on File I/O for MATLAB?

Best Answer

There are a number of file formats that can be read into MATLAB. To see a list of file formats that can be easily read in, see solution 1-16ESY:
All of the file I/O routines are in MATLAB, so they require no special toolboxes. The attached Tech Note 1602, "The Technical Support Guide to File I/O", deals primarily with ASCII, binary, and MAT files.
Related Question