User`s guide

Data Import and Export
6-19
Attribute Value
Charset Character encoding, determined from the
headers of the file
For example, to download Web content from a the MATLAB Central File Exchange while
specifying a timeout duration of 5 seconds, type
urlread(‘http://www.mathworks.com/matlabcentral/fileexchange’,’Timeout’,5);
Functionality being removed or changed
Functionality What Happens
When You Use
This Functionality?
Use This Instead Compatibility Considerations
avifile Warns VideoWriter Replace all instances of
avifile with VideoWriter.
wavplay Warns audioplayer
and play
Replace all existing
instances of wavplay with
audioplayer and play.
wavrecord Warns audiorecorder
and record
Replace all existing
instances of wavrecord
with audiorecorder and
record.
wk1finfo Errors Remove all instances of
wk1finfo. Get information
about Excel spreadsheets
with xlsfinfo.
wk1read Errors Remove all instances of
wk1read. Read Excel
spreadsheets with xlsread.
wk1write Errors Remove all instances of
wk1write. Write to Excel
spreadsheets with xlswrite.