MATLAB COMPILER RELEASE NOTES User's Guide Page 228

  • Download
  • Add to my manuals
  • Print
  • Page
    / 716
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 227
R2012a
7-18
Functionality What Happens
When You
Use This
Functionality
Use This Instead Compatibility Considerations
mimofr Still Runs Not Applicable Remove all instances of
mimofr from your existing
code.
RandnAlg property of
RandStream class
Warns NormalTransform property
of RandStream class
Replace all existing
instances of RandnAlg with
NormalTransform.
setDefaultStream
method of RandStream
class
Warns setGlobalStream method
of RandStream class
Replace all existing
instances of
RandStream.setDefaultStream
with
RandStream.setGlobalStream.
getDefaultStream
method of RandStream
class
Warns getGlobalStream method
of RandStream class
Replace all existing
instances of
RandStream.getDefaultStream
with
RandStream.getGlobalStream.
atan2(y,x) for
complex y and x.
Errors atan2(real(y),real(x))
when y and x are complex.
Replace all existing
instances of
atan2(y,x) with
atan2(real(y),real(x))
where y and x are complex.
Second output
argument for besselh,
besseli, besselj, besselk,
bessely, and airy. For
example, [J,ierr] =
besselj(nu,Z).
Warns Syntax that returns only the
solution vector. For example,
J = besselj(nu,Z).
Replace all instances
that return two output
arguments with the syntax
that returns only the
solution vector.
Page view 227
1 2 ... 223 224 225 226 227 228 229 230 231 232 233 ... 715 716

Comments to this Manuals

No comments