Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Delay related Problem help us

조회 수: 2 (최근 30일)
shane watson
shane watson 2017년 2월 18일
마감: MATLAB Answer Bot 2021년 8월 20일
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개)

이 질문은 마감되었습니다.

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by