The response or the network output

After a network simulation via a command like


    » R=simulate(nmc,Tstim,S);

the response is stored in the cell array R. R{i} contains the traces specified by the i-th nmc = record(nmc,...) statement during the setup of the simulation.

R{i} by itself is a struct array with the only field channel which is in turn a struct array with a similar structure as an input signal. That is