
Umesh Kharad
Content Feed
질문
script for Unit delay block
i have one signal for an ex: sig1 and i have add one unit delay block between signal and scope. I have to write m-script for thi...
4달 전 | 답변 수: 1 | 0
1
답변답변 있음
I want to find 4 consecutive number which is present in array.
idx = [1 2 4 5 7 9 11 12 13 14 16]; for k=1:end if idx(k:k+3)==(idx(k):idx(k)+3) fprintf('error in position %g:...
I want to find 4 consecutive number which is present in array.
idx = [1 2 4 5 7 9 11 12 13 14 16]; for k=1:end if idx(k:k+3)==(idx(k):idx(k)+3) fprintf('error in position %g:...
6달 전 | 0
질문
I want to find 4 consecutive number which is present in array.
idx=[1 2 4 5 7 9 11 12 13 14 16] result should be ans= 11 12 13 14
6달 전 | 답변 수: 4 | 0