| MATLAB Web Server | Search  Help Desk |
| matweb | See Also |
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:
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.
See Also
eval , lasterr, lastwarn, and warning in the online MATLAB Function
Reference.