Feeds
提问
I got this error after run this program:- Improper assignment with rectangular empty matrix. Error in signal (line 2) [R_A(i), R_t(i)]=max(sigL(left(i):right(i))); please help me out
sig = load('NEW.m'); N = length(sig); fs = 200; t = [0:N-1]/fs; figure(1);subplot(4,2,1);plot(sig); title('Original Si...
6 years 前 | 0 个回答 | 0
0
个回答提问
somebody plz help me with this code. I got an error after run this code is subscript indices must either be real positive integers or logical.
for i=1:length(left); [R_A(i) R_t(i)]=max(sigL(left(i):raight(i))); R_t(i)=R_t(i)-1+left(i) %add offset ...
6 years 前 | 2 个回答 | 0
