readNeuronVecAscii

Reads Neuron simulator Vector object data from ascii files.
197 téléchargements
Mise à jour 2 mars 2012

Afficher la licence

% 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

Citation pour cette source

Cengiz Gunay (2024). readNeuronVecAscii (https://www.mathworks.com/matlabcentral/fileexchange/35430-readneuronvecascii), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2010b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Neural Simulation dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0