How to implement the following?
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 28 de Ag. de 2012
What does C [a;b] mean in this context ?
Sabarinathan Vadivelu
el 28 de Ag. de 2012
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Mathematics and Optimization en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!