0

I am new to matlab, and am looking to analyse gap-free recordings of neurons in the form of .abf files generated in Clampex. I understand that clampex does not natively support .abf files? How is it possible to import these files for analysis?

1 Answers1

1

Have you tried the following submissions on MATLAB Central File Exchange?

abfload

abf2load

Sam Roberts
  • 23,951
  • 1
  • 40
  • 64
  • I have tried but get told not enough arguments when trying to run the files. – Nick Hagger Jul 11 '13 at 08:39
  • Type `help abfload` to see how to run the files. I haven't tried them myself, but from the look of it you would probably start out by running `abfload('C:\example\myabffile.abf')`, and then there are some optional parameters that you can add in as well. – Sam Roberts Jul 11 '13 at 16:42