Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Delay related Problem help us
조회 수: 2 (최근 30일)
이전 댓글 표시
I'm stuck in a problem. I have array of zeros and ones like [ 0 1 1 1 1 0 0 ] I find its location by using strfind now I want to delay the location, for example, D=3 three times delay for this I code
for n=1:4(shows number ones)
K=(v=strfind)+delay ;
end
But what the problem is I don't get the delay Help me out
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!