MATLAB Web Server
  Go to function:
    Search    Help Desk 
matweb    See Also

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:

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, and warning in the online MATLAB Function Reference.

[ Previous | Help Desk | Next ]