MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Guía de usuario Pagina 145

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 274
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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;
}
Vista de pagina 144
1 2 ... 140 141 142 143 144 145 146 147 148 149 150 ... 273 274

Comentarios a estos manuales

Sin comentarios