From a32252353f00d893cf8766c13c6ca933d9d2a9b5 Mon Sep 17 00:00:00 2001 From: Pedro Mendes Date: Mon, 9 Sep 2024 13:11:20 -0400 Subject: [PATCH] edited table case 1 --- examples/Neuron_networks_II/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Neuron_networks_II/README.md b/examples/Neuron_networks_II/README.md index 9d7f603..e52a501 100644 --- a/examples/Neuron_networks_II/README.md +++ b/examples/Neuron_networks_II/README.md @@ -19,7 +19,7 @@ File *ex5case1.sh* contains the full *sbmodelr* command required to create the n |`` -n network100-200.dot`` | network file with 100 randomly connected neurons and 200 synapses | |`` --ode-synaptic v`` | indicate global quantity that holds voltage (v) where the synapse acts | |`` --synapse-g 0.2`` | set the synaptic conductance value | -|`` --synapse-link-g`` | link all synapse conductances to a single global quantity | +|`` --synapse-link-g`` | link all synapse conductances to a single global quantity | |`` Izhikevich.cps`` | COPASI file with the Izhikevich neuron base unit | |`` 100`` | create 100 units |