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 Kommentar

Stephen23
Stephen23 am 12 Mai 2017
Bearbeitet: Stephen23 am 12 Mai 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.

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

KSSV
KSSV am 12 Mai 2017

0 Stimmen

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')

Weitere Antworten (0)

Gefragt:

am 12 Mai 2017

Bearbeitet:

am 12 Mai 2017

Community Treasure Hunt

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

Start Hunting!

Translated by