VERTEX Simulator

Detailed simulation of neural activity in three-dimensional patches of brain tissue
99 Downloads
Updated 8 Aug 2018

The Virtual Electrode Recording Tool for EXtracellular potentials is a Matlab tool for simulating extracellular potentials generated by spiking neural networks. More information can be found at http://www.vertexsimulator.org
To run VERTEX, you will need Matlab version 2010b or later and the VERTEX code. Simply extract the zipped folder ‘vertex’ to where you would like to keep the vertex code on your machine.

To be able to run VERTEX simulations, you will first need to add the vertex folder to your Matlab path. You can do this from within the Matlab graphical interface by navigating to where you unzipped the vertex folder in the “Current Folder” pane, right-clicking on the vertex folder, selecting, Add to Path -> Selected Folders and Subfolders.

Alternatively, you can add the vertex folder and subfolders to Matlab’s path using the following code:

addpath(genpath('/path/to/vertex'));

where you should replace /path/to/vertex with the location of the vertex folder on your machine.

To get started with VERTEX, we recommend that you run through the tutorials at http://www.vertexsimulator.org

If you use VERTEX in your research, please reference:

Tomsett RJ, Ainsworth M, Thiele A, Sanayei M, Chen X, Gieselmann MA, Whittington MA, Cunningham MO, Kaiser M. (2014) Virtual Electrode Recording Tool for EXtracellular potentials (VERTEX): comparing multi-electrode recordings from simulated and biological mammalian cortical tissue, Brain Structure and Function. doi:10.1007/s00429-014-0793-x

Cite As

Marcus Kaiser (2024). VERTEX Simulator (https://github.com/richardtomsett/vertexsimulator), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2015a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Neural Simulation in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

vertex

vertex/vertex_LFP

vertex/vertex_error

vertex/vertex_netgen

vertex/vertex_netgen/parallel

vertex/vertex_parallel

vertex/vertex_simulate/models/inputs

vertex/vertex_simulate/models/neurons

vertex/vertex_simulate/models/synapses

vertex/vertex_simulate/parallel

vertex/vertex_simulate/setupFunctions

vertex/vertex_simulate/simulation

vertex/vertex_user

vertex/vertex_user/analysis

vertex/vertex_user/utilities

vertexTutorials

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.0.1

Added screenshot

1.0.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.