Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Control flow of loop

1 vue (au cours des 30 derniers jours)
SNEHA P S
SNEHA P S le 20 Juil 2017
Clôturé : Sabin le 30 Jan 2023
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);"

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by