From: Yoontae $Ü on
Hi I'm a graduate student and studying Matlab.
I have a difficulty in solving this problem.

"data" is a matrix.
My problem is below,

for i=data(1,:):length(data)
[s, r, t] = pcapro(data(i,1:12), modl, 0)
end

"Subscript indices must either be real positive integers or logicals." this message comes up..

I don't know how to solve it.. please help me..