» csim('connect',n,s); % synapse to neuronNote the the connect command uses the convention that the signal destination is the first argument. Alternatively one can use the three argument form of the command:
» csim('connect',s,i); % input to synapse
» csim('connect',n,i,s); % input to neuron via synapse