MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Guide de l'utilisateur Page 145

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 274
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 144
Internal Interface Functions
5-19
// function, appearing above.
//
mwArray Nfoo(int nargout,
mwArray * b,
mwArray x,
mwArray y) {
// ------------- Input Argument Processing ---------------
mwArray a = mwArray::UNDEFINED;
mwArray b__ = mwArray::UNDEFINED;
// ----------------- Call M-Function ---------------------
a = Mfoo(&b__, nargout, x, y);
// ------------- Input Argument Processing ---------------
if (b != NULL) {
*b = b__;
}
// ------------- Output Argument Processing --------------
return a;
}
Vue de la page 144
1 2 ... 140 141 142 143 144 145 146 147 148 149 150 ... 273 274

Commentaires sur ces manuels

Pas de commentaire