
In this post we
will discuss some basic functions to work with external files using MATLAB.
Matlab can interact with many popular file fromats. The common file formats are
Excel® spread sheets, text, images, audio and video, XML documents and
scientific data formats. In addition to the functions to directly work with
these file format, there are low-level file I/O functions which work with data
files in any format.
Open( ) - Open the files...