MATLAB COMPILER RELEASE NOTES Guide de l'utilisateur Page 135

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 264
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 134
Internal Interface Functions
5-19
// version still returns an output (which, in MATLAB, would
// be assigned to the "ans" variable), it deallocates the
// output. This function processes any input arguments and
// passes them to the implementation version of the
// function, appearing above.
//
void Vfoo(mwArray x, mwArray y) {
mwArray a(mwArray::UNDEFINED);
mwArray b(mwArray::UNDEFINED);
a = Mfoo(&b, 0, x, y);
}
Input argument
processing
Call M-function
Vue de la page 134
1 2 ... 130 131 132 133 134 135 136 137 138 139 140 ... 263 264

Commentaires sur ces manuels

Pas de commentaire