MATLAB COMPILER RELEASE NOTES Guide de l'utilisateur Page 228

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 716
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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.
Vue de la page 227
1 2 ... 223 224 225 226 227 228 229 230 231 232 233 ... 715 716

Commentaires sur ces manuels

Pas de commentaire