chanList = channelList(mdfObj) % Channel table
data = read(mdfObj,chanList(2:3,:)); % i can read channel 2 and 3
data1 = read(mdfObj,chanList(5:11,:)); % I can read channel 5 to 11
But not channel 4 for some reason.
it is always giving me the error of result buffer too small.
0 Comments
Sign in to comment.