MATLAB COMPILER RELEASE NOTES Guide de l'utilisateur Page 89

  • 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 88
Language and Programming
2-11
Functionality Result Use This Instead Compatibility
Considerations
matlab.unittest.
TestCase constructor
Still runs matlab.unittest.
TestCase.
forInteractiveUse
Replace all instances of
creating a TestCase
object using the default
constructor.
Use the TestCase.
forInteractiveUse
static method for
interactive, command
line use.
When tests are run
in the unit testing
framework, instances
are created by the test
runner.
matlab.unittest.
plugins.
TestSuiteProgress-
Plugin
Still runs matlab.unittest.
plugins.
TestRunProgressPlugin
Replace all instances of
TestSuiteProgressPlugin.
To construct a
plugin with the same
level of detail, use
TestRunProgressPlugin.
withVerbosity(2).
mexGet
mexSet
Errors mxGetProperty
mxSetProperty
For MEX-files, replace
all instances of mexGet
and mexSet with
mxGetProperty or
mxSetProperty in
the C/C++ and Fortran
Matrix Library.
Vue de la page 88
1 2 ... 84 85 86 87 88 89 90 91 92 93 94 ... 715 716

Commentaires sur ces manuels

Pas de commentaire