User`s guide

Data Import and Export
2-17
hdftool functionality will not be removed
The R2013a Release Notes originally stated that hdftool would be removed in a future
release. As of R2014b, there are no plans to remove this functionality. MATLAB no
longer issues a warning when you call hdftool.
Functionality being removed or changed
Functionality What Happens
When You Use This
Functionality?
Use This Instead Compatibility Considerations
movie2avi Still Runs VideoWriter Remove all instances of
movie2avi. Write to AVI files
with VideoWriter.
avifile Errors VideoWriter Replace all instances of avifile
with VideoWriter.
aviread Errors VideoReader Replace all instances of aviread
with VideoReader.
exifread Errors imfinfo Replace all instances of exifread
with imfinfo.
urlread Still runs webread Use webread only for reading
content with HTTP GET requests.
To send data using HTTP POST,
continue to use urlread.
urlwrite Still runs websave Replace all instances of urlwrite
with websave.
read method of
VideoReader class
Still runs readFrame
method of
VideoReader
class
Replace all instances of read with
readFrame.
NumberOfFrames
property of
VideoReader class
Still runs none Remove all instances of
NumberOfFrames. When reading
a video file, use the CurrentTime
property to specify where reading
should begin.