Installation guide

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