Installation guide

Introduction
1-3
In a more complex network, the Web server daemon can run on a machine
apart from the others.
Building MATLAB Web Server Applications
MATLAB Web Server applications are a combination of M-files, Hypertext
Markup Language (HTML), and graphics. Knowledge of MATLAB
programming and basic HTML are the only requirements.
The application development process requires a small number of simple steps:
1 Create the HTML documents for collection of the input data from users and
display of output. You can code the input documents using a text editor to
input HTML directly, or you can use one of the commercially available
HTML authoring systems, such as Front Page from Microsoft, PageMill
from Adobe, or HoTMetaL from SoftQuad.
2 List the application name and associated configuration data in the
configuration file
matweb.conf. (See “matweb.conf” for a description of this
file.)