Subsections

Running the network simulation

reset

csim('reset'); resets the simulation time t back to t=0.0.

Single-stimulus simulate

Multi-stimulus simulate

R=csim('simulate',Tsim,S); runs n network simulations for Tsim sec. The network is reset to t=0 before each simulation.

The n simulations are determined by the n x 1 strucht array S where S(i).channel specifies the stimulus for the i-th simulation (see Section 3.1.2).

R contains the reorded values of all n simulations (see Section 3.2.2).

If the distributed simulation is on (see command pvm), the n simulations will be carried out in parallel.