Problem 2610. counting for loop

Complete the function below using a for loop to count from 3 to N by 2. For example, if N is 10, count 3, 5, 7, 9 and stop. For each value v, call the function mydisplay(v). Note that N could be less than 3, in which case mydisplay() should never be called.

Solution Stats

30.28% Correct | 69.72% Incorrect
Last Solution submitted on Mar 18, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers52

Suggested Problems

More from this Author6

Community Treasure Hunt

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

Start Hunting!