MATLAB COMPILER RELEASE NOTES User's Guide Page 440

  • Download
  • Add to my manuals
  • Print
  • Page
    / 716
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 439
R2008b
17-32
??? In an assignment A(:) = B, the number of elements in A and B
must be the same.
MATLAB objects behave in the same way:
ts_obj = timeseries;
t(:) = ts_obj;
??? In an assignment A(:) = B, the number of elements in A and B
must be the same.
Compatibility Considerations
In MATLAB Version 7.6 Release 2008a, indexed assignment of the form p(:) = object
did not result in an error.
fopen No Longer Supports VAXD, VAXG, and Cray Machine Formats
Calls to fopen with any of the following values for machine format return an error:
'vaxd' or 'd'
'vaxg' or 'g'
'cray' or 'c'
Compatibility Considerations
In previous releases, calls to fopen with machine format values associated with VAXD,
VAXG, and Cray did not result in an error.
To read files in VAXD and VAXG formats, consider the workaround available on the
MATLAB Central File Exchange, file ID #22675.
Page view 439
1 2 ... 435 436 437 438 439 440 441 442 443 444 445 ... 715 716

Comments to this Manuals

No comments