The Toolbox requires MATLAB® version 7.4 (R2006a). Some functionality can be used with earlier versions of MATLAB®.
First of all: to use the Toolbox (and even the help described here) Matlab needs to have correct search path. Unless you started MATLAB with the simulator folder as the current directory, you need to run startup.m which lies in the simulator folder. The startup-script adds all the paths you need to use the simulator.
The best place to start is by watching our demos for an overview of the major functionality. We recommend that you start with the Basic Reservoir tutorial Demo. This demo describes how to set up and simulate a simple reservoir model.
You can also look at the source code for this demo in the Editor, or run the demo step by step in the command window.
At present the only help provided with the Reservoir Simulation Toolbox is M-file help
for each function. This works as follows: If you need to know more
about a specific function called functionname, type the in the Command Window:
help functionname
This displays the M-file help, which is a brief description and the syntax
for functionname, in the Command Window.
To see how this looks for the grid function cartGrid press here.