Skip to content

modelelsynconn

  MODELELSYNCONN - Make synaptic connections among modelel elements

    MODEL = MODELELSYNCONN(MODEL, INDS, W, PROTOSYN)

    PROTOSYN can be a prototpe synapse or the number of a modelel element
    in MODEL that should serve as a prototype synapse.

    INDS is the subset of the modelel elements to operate on for connecting.
    For example, if the neurons in your model are 1 2 3, you might set 
    INDS to [1 2 3]. (This way you don't have to specify weights of connections
    between elements that are not numbered 1 2 3).

    W(i,j) should be the weight of the synaptic connection from element
    INDS(i) to element INDS(j). If 2 elements are not to be connected,
    then NaN should be passed as the weight.