abf file upload on matlab online

Hi guys,
I am very new to Matlab, like 2-3 days experience. I am not too sure if my syntax is correct to call for this function, or the arguments that I place inside are wrong to begin with. I have upload an abf file type and tried calling for this method abf2load();
Would appreciate it if anyone could help with me for this question. Thank you so much.

1 Comment

Stephen23
Stephen23 on 12 May 2017
Edited: Stephen23 on 12 May 2017
"Would appreciate it if anyone could help with me for this question"
Well, you did not actually ask a question. And you did not show us any code or give us any information about what you have tried, what you expect to happen, or what actually happened. If you got any error message you did not show it to us. I will try to get my magic crystal ball working, but it really is much easier if you actually show us the code you used, and show complete error messages.

Sign in to comment.

 Accepted Answer

Read the help part of the function, it is clearly given in there.
help abf2load
This gives you complete documentation/help of the function.
To load your .abf file, yes you have to call it like:
[d,si,h]=abfload('your abf file')

More Answers (0)

Asked:

on 12 May 2017

Edited:

on 12 May 2017

Community Treasure Hunt

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

Start Hunting!