readNeuronVecAscii

Reads Neuron simulator Vector object data from ascii files.
197 Downloads
Updated 2 Mar 2012

View License

% readNeuronVecAscii - Reads Neuron simulator Vector object data from ascii files.
%
% Usage:
% [data, label] = readNeuronVecAscii(filename)
%
% Parameters:
% filename: Full path to Neuron file.
%
% Returns:
% data: Row vector with two columns of data.
% label: String denoting Vector contents.
%
% Description:
% It's one line of code just to read the data: dlmread(filename, '\t', 2, 0)
%
% Example:
% data = readNeuronVecAscii('myvec.dat');
%
% Also see: dlmread, http://www.neuron.yale.edu
%
% Author: Cengiz Gunay <cengique AT users.sf.net> 2012/03/02

Cite As

Cengiz Gunay (2024). readNeuronVecAscii (https://www.mathworks.com/matlabcentral/fileexchange/35430-readneuronvecascii), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010b
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!
Version Published Release Notes
1.0.0.0