Info

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

Using a vector in an If statement for comet plot

2 vues (au cours des 30 derniers jours)
ctin
ctin le 19 Mar 2018
Clôturé : MATLAB Answer Bot le 20 Août 2021
I have a matrix that represents a total score for each round. I want to form a loop that goes through the matrix with a nested If statement for if the first element is odd, then playerBscore gets +1 and if first element is even, then playerAscore gets +1 and so on throughout the matrix so I can plot the function for each round on comet. I'm not sure what to set the initial playerBscore and playerAscore as either.

Réponses (1)

KSSV
KSSV le 19 Mar 2018
Modifié(e) : KSSV le 19 Mar 2018
Read about mod,,this will help you to know whether the given number is even or odd.

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