Axon_Initial_Segmen​t_Identifier(path,i​c_signal,ec_signal)

Function to identify the axon initial segment from dendrites using electrophysiological recording

You are now following this Submission

*function [fileNames]=Axon_Initial_Segment_Identifier(path,ic_signal,ec_signal);
Loads a folder of combined patch and extra cellular recordings and returns names of recordings corresponding to the axon initial segment
The recordings used for the script are 100 ms long with a 20 ms pre-trigger duration sampled at 100 kHz.
Requires the use of abfload.m
http://www.mathworks.com/matlabcentral/fileexchange/22114-abf2load/content/abfload.m
>>> Input Variables >>>
NAME TYPE DESCRIPTION
path string Path to folder e.g. '/Users/User/Desktop/folderName/'
ic_signal integer Number in .abf file for the intracellular signal
ec_signal integer Number in .abf file for the extracellular signal
<<< Output Variables <<<
NAME TYPE DESCRIPTION
fileNames char Names of .abf files corresponding to the AIS
aisICrec cell The IC signals corresponding to the AIS
aisECrec cell The EC signals corresponding to the AIS
ICrec cell All filtered mean IC signal recordings
ECrec cell All filtered mean EC signal recordings
Class double A binary vector with the classifications of AIS True/False
Thres double A vector containing the location of the threshold
:::Abbreviations:::
EC Extracellular
IC Intracellular
AP Action potential
AIS Axon initial segment

Cite As

Anders Victor (2026). Axon_Initial_Segment_Identifier(path,ic_signal,ec_signal) (https://www.mathworks.com/matlabcentral/fileexchange/53161-axon_initial_segment_identifier-path-ic_signal-ec_signal), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.2.0.0

Updated description

1.1.0.0

Updated filter settings for extracellular recordings
Screenshot added

1.0.0.0