├── .DS_Store ├── Icon ├── README.md ├── simulation_w_switch.mdl ├── stateDyn.m └── syst_init.m /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DecodEPFL/consensus_DCmG_simulations/HEAD/.DS_Store -------------------------------------------------------------------------------- /Icon : -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DecodEPFL/consensus_DCmG_simulations/HEAD/README.md -------------------------------------------------------------------------------- /simulation_w_switch.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DecodEPFL/consensus_DCmG_simulations/HEAD/simulation_w_switch.mdl -------------------------------------------------------------------------------- /stateDyn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DecodEPFL/consensus_DCmG_simulations/HEAD/stateDyn.m -------------------------------------------------------------------------------- /syst_init.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DecodEPFL/consensus_DCmG_simulations/HEAD/syst_init.m --------------------------------------------------------------------------------