MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Guía de instalación Pagina 64

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 86
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 63
matweb
4-6
4matweb
Purpose MATLAB Web Server main entry point
Syntax matweb(instruct)
Description matweb is an M-file that in turn calls a MATLAB application M-file stored in
the
mlmfile field of MATLAB structure instruct. It also passes instruct to
the application. The
matweb function (M-file) is invoked by matlabserver.
instruct contains the fields:
All the data from the HTML input document
mlmfile, which stores the name of the M-file to call
mldir, the working directory specified in matweb.conf
mlid, the unique identifier for creating filenames and maintaining contexts
If a MATLAB warning or error is encountered, the text is captured and
returned to the user’s browser. You can disable error and warning notification
if you want.
See Also eval, lasterr, lastwarn, warning
Vista de pagina 63
1 2 ... 59 60 61 62 63 64 65 66 67 68 69 ... 85 86

Comentarios a estos manuales

Sin comentarios