| MATLAB Web Server | ![]() |
MATLAB Web Server main entry point
Syntax
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
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
| htmlrep | wscleanup | ![]() |