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
-
557 Solvers
-
"Low : High - Low : High - Turn around " -- Create a subindices vector
551 Solvers
-
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
1932 Solvers
-
699 Solvers
-
739 Solvers
More from this Author96
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!