QUESTION

In MATLAB, if one wish to create a loop such that it will count down a timer for calculating sin(x) where x is the current iteration counter in radians, what type of loop would be best?

Group of answer choices

a. either for loop or while loop

b. neither for loop nor while loop

c. while loop

d. for loop

Public Answer

1/2
EKKGHY The First Answerer