필터 지우기
필터 지우기

Info

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

Control flow of loop

조회 수: 1 (최근 30일)
SNEHA P S
SNEHA P S 2017년 7월 20일
마감: Sabin 2023년 1월 30일
for i = 2:41616 if x(i-1) < 0.5 x(i) = a*x(i-1); elseif x(i-1) >= 0.5 x(i) = a*(1- x(i-1));
end
end
I would like to change each of the x(i) values using the below given statement and i need an 1D vector sy. So please help me where should i place this code statement to find "sy" in the above code. Because i am unsure about the control flow. "sy = mod((x(i) * (10^10)),256);"

답변 (0개)

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by