abfload

版本 1.4.0.0 (7.4 KB) 作者: Harald Hentschke
abfload imports data in the Axon abf format (three different recording modes).
7.7K 次下载
更新时间 2011/6/17

查看许可证

abfload imports data in the Axon abf format. Data may have been acquired in the following modes:

(1) event-driven variable-length
(2) event-driven fixed-length
(3) gap-free

The major output variable d may be a 2D array, a 3D array or a cell array, depending on the recording mode. Information about scaling, the time base (that is, the sampling frequency), and the number of channels and episodes is extracted from the header of the abf file. For details, see help text of abfload.
** PLEASE NOTE: abfload can only deal with abf versions <2 (files acquired with pclamp versions <10). Use abf2load (see below) for all abf versions including the new ones.

引用格式

Harald Hentschke (2024). abfload (https://www.mathworks.com/matlabcentral/fileexchange/6190-abfload), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R13SP1
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Electrophysiology 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.4.0.0

- minor bug fix (in exceedingly rare cases an error resulted reading gap-free data, namely when division of the number of points by 'chunkPtsPerChan' left no remainder)
- the help (H1) now informs on the limitation of the code to abf versions < 2.0

1.3.0.0

BSD license added, all else is the same.

1.0.0.0

mod