How to implement the following?
이전 댓글 표시
How can I implement the following?
x(k + 1)= C [x(k); μ] = x(k)/μ ,if x(k) ∈ [0, μ)
(x(k)−μ)/(0.5−μ) , if x(k) ∈ [μ, 0.5)
C [1 − x(k); μ] , if x(k) ∈ [0.5, 1)
and k = 0,1,2,...n and 0<μ<0.5
댓글 수: 2
Walter Roberson
2012년 8월 28일
What does C [a;b] mean in this context ?
Sabarinathan Vadivelu
2012년 8월 28일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Mathematics and Optimization에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!