MATLAB COMPILER RELEASE NOTES User's Guide Page 305

  • Download
  • Add to my manuals
  • Print
  • Page
    / 716
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 304
Programming
12-13
New Enumeration Classes
MATLAB provides support for classes that define enumerations. Enumeration classes
enable you to define a fixed set of names representing a particular type of value. See
Enumerations for more information.
Use this link to watch a video that introduces enumerations: Play demo
New Functionality for Writing Video Files
The new VideoWriter function allows you to create AVI files on all platforms. As an
improvement over the avifile function, VideoWriter can create files larger than 2
GB. For more information, watch this video demo or see the VideoWriter reference page.
mmreader Renamed VideoReader
For consistency with the new VideoWriter class, the mmreader class is now called
VideoReader. A new function, VideoReader, replaces the mmreader function.
VideoReader and mmreader return identical VideoReader objects for the same input
file.
Compatibility Considerations
Replace all instances of mmreader with VideoReader. The two functions use identical
syntax. When requesting help or documentation for methods from the command line, or
calling a static method such as getFileFormats, use the new VideoReader class name
(such as doc VideoReader/read). You do not need to change any calls to the read,
get, or set methods.
Previously, the R2010a Release Notes recommended replacing instances of aviinfo
with mmreader and get, and instances of aviread with mmreader and read. Instead,
replace aviinfo with VideoReader and get, and replace aviread with VideoReader
and read.
New HDF4 Functions
The MATLAB interface to the grid functions in the HDF-EOS C library, hdfgd, now
includes three new syntaxes. These syntaxes convert grid coordinates to longitude and
latitude values.
Page view 304
1 2 ... 300 301 302 303 304 305 306 307 308 309 310 ... 715 716

Comments to this Manuals

No comments