This solution is outdated. To rescore this solution, sign in.
-
1 Comment
SAJJAD
on 10 Aug 2013
for 21 size. little editing :)
function ans = is_it_odd(n)
if mod(n,2)==0; false;
else
true
end
Suggested Problems
-
106491 Solvers
-
What is the next step in Conway's Life?
656 Solvers
-
410 Solvers
-
Back to basics 12 - Input Arguments
608 Solvers
-
Set the array elements whose value is 13 to 0
1385 Solvers
More from this Author96
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!