User`s guide

Programming
13-21
Functions and Function Elements Being Removed
Function or Function Element Name What Happens
When You Use
the Function or
Element?
Use This Instead Compatibility Considerations
aviread Warns mmreader and
read
Replace all existing
instances of aviread with
mmreader and read.
aviinfo Warns mmreader and
get
Replace all existing
instances of aviinfo with
mmreader and get.
exifread Warns imfinfo Replace all existing
instances of exifread with
imfinfo
fileparts Still runs,
versn output is
always empty
('')
Remove all references to a
fourth output (versn) from
fileparts.
intwarning Warns warning If you use intwarning,
you can implement the
same warnings using the
warning function.
isstr Still runs ischar Replace all existing
instances of isstr with
ischar.
mmreader.isPlatformSupported Warns, always
returns true
For a platform-specific
list of supported
video file formats, use
getFileFormats.
setstr Still runs char Replace all existing
instances of setstr with
char.
str2mat Still runs char Replace all existing
instances of str2mat with
char.