MATLAB COMPILER RELEASE NOTES Guide de l'utilisateur Page 332

  • 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 331
R2010a
13-14
MATLAB:intConvertNonIntVal
MATLAB:intConvertOverflow
MATLAB:intMathOverflow
Compatibility Considerations
The warning messages for integer math and conversion are no longer available. Remove
these warning IDs from your code.
Function intwarning Being Removed
The intwarning function will be removed in a future release. Use of intwarning now
throws a warning:
Warning: All four integer warnings are removed.
INTWARNING will be removed in a future release.
Compatibility Considerations
The warnings previously thrown when you used intwarning on are now removed.
Remove all instances of intwarning from your code.
atan Warning Being Removed
The warning thrown when you use atan(i) and atan(-i) will be removed. Currently,
the warning message is:
Warning: Singularity in ATAN. This warning will be
removed in a future release.Consider using DBSTOP
IF NANINF when debugging.
Compatibility Considerations
Remove instances of the warning ID MATLAB:atan:singularity from your code.
nextpow2 Returns Output the Same Size As Input
In previous releases, nextpow2 with a vector input v returned nextpow2(length(v)).
Now nextpow2(v) returns a vector the same size as the input.
Vue de la page 331
1 2 ... 327 328 329 330 331 332 333 334 335 336 337 ... 715 716

Commentaires sur ces manuels

Pas de commentaire