MATLAB COMPILER RELEASE NOTES Guide de l'utilisateur Page 608

  • 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 607
R2006b
21-18
There are new syntaxes for importing from and exporting to the library's internal
single- and double-precision wisdom databases. These are as follows and are
documented in the reference page for the MATLAB fftw function:
str = fftw('dwisdom')
str = fftw('swisdom')
fftw('dwisdom', str)
fftw('swisdom', str)
Compatibility Considerations
FFTW version 3.1.1 does not support wisdom produced by previous versions of the FFTW
library. For this reason, FFTW wisdom that has been exported from a previous version
of MATLAB cannot be imported successfully in MATLAB R2006b. Trying to import “old”
wisdom results in a warning.
Future Obsolete Functions
The betacore function generates a warning message in R2006b but completes
successfully. This function will be made obsolete in a future release.
Compatibility Considerations
You should remove all instances of the betacore function from your M-file program
code. This function will not be supported in a future release of MATLAB.
Obsolete Functions
The following uses of MATLAB functions are obsolete as of this release. Attempts to
use this functionality in the R2006a release generate a warning message but complete
successfully. In R2006b, these operations fail and generate an error message.
The following functions in their entirety: bvpval, quad8, table1, table8, bessela
The sort function, when used with complex integer inputs
The gt, ge, lt, and le functions, when used with complex integer inputs
The beta function, when used with 3 inputs
The gamma function, when used with 2 inputs
Vue de la page 607
1 2 ... 603 604 605 606 607 608 609 610 611 612 613 ... 715 716

Commentaires sur ces manuels

Pas de commentaire