readNeuronVecAscii
% 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
Cita come
Cengiz Gunay (2024). readNeuronVecAscii (https://www.mathworks.com/matlabcentral/fileexchange/35430-readneuronvecascii), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0.0 |