MATLAB COMPILER RELEASE NOTES User's Guide Page 309

  • Download
  • Add to my manuals
  • Print
  • Page
    / 716
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 308
Programming
12-17
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
fileparts return argument 4 (file
version)
Warns, returns
empty fourth
argument
No
alternative;
file versions
are
unsupported
Call fileparts with
three return arguments:
[path_name file_name
file_extension]
mmreader Still runs,
creates a
VideoReader
object
VideoReader Replace all existing
instances of mmreader with
VideoReader.
wavplay Still runs audioplayer
and play
Replace all existing
instances of wavplay with
audioplayer and play.
wavrecord Still runs audiorecorder
and record
Replace all existing
instances of wavrecord
with audiorecorder and
record.
wk1finfo Warns Remove all instances of
wk1finfo. Get information
about Excel spreadsheets
with xlsfinfo.
wk1read Warns Remove all instances of
wk1read. Read Excel
spreadsheets with xlsread.
wk1write Warns Remove all instances of
wk1write. Write to Excel
spreadsheets with xlswrite.
MATLAB Did Not Pass struct to loadobj When Property Was Deleted
If you save an object having a property value equal to the property's default value, and
then that property is removed from the class definition, MATLAB did not detect the fact
Page view 308
1 2 ... 304 305 306 307 308 309 310 311 312 313 314 ... 715 716

Comments to this Manuals

No comments