readNeuronVecAscii

Reads Neuron simulator Vector object data from ascii files.
197 download
Aggiornato 2 mar 2012

Visualizza la licenza

% 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
Creato con R2010b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Neural Simulation in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0