Modeling the influences of non-local connectomic projections on geometrically constrained cortical dynamics
This repository contains the MATLAB code required to replicate the numerical experiments and figures presented in the paper: "Modeling the influences of non-local connectomic projections on geometrically constrained cortical dynamics" (Preprint DOI: https://doi.org/10.48550/arXiv.2506.19800).
This model simulates macroscale cortical neural activity propagating across a two-dimensional continuous cortical sheet, coupled with an additional network of Fast-conducting, Non-local Projections (FNPs) that mediate the rapid, non-local propagation of activity between remote neural populations.
- Language: MATLAB
- Required Toolboxes: Parallel Computing Toolbox
- Tested on R2025b
The repository is organized into two primary directories:
Model/: Contains the core source files and functions for executing the model.demonstrations.m: A script providing basic examples and usage demonstrations of the model.
Experiments/: Contains the scripts used to generate the specific figures and numerical results published in the paper. Individual files are named corresponding to their respective figure numbers (e.g.,fig1.m).
- Clone or download this repository.
- Open MATLAB and navigate to the repository root directory.
- Add the
Modelfolder to your MATLAB path. - Navigate to the
Experimentsfolder and execute any figure script to reproduce the paper's results.