This solution is outdated. To rescore this solution, sign in.
-
3 Comments
Tamir Suliman
on 29 Nov 2016
my solution was right and i tested it i m not sure what is going on
function [tf] = is_it_odd(n)
if rem(n,2)>0
tf='true';
else
tf='false';
end
end
nour eddin
on 24 Dec 2016
my answer correct
SIVAPRAKASH DANABALASINGAM
on 10 Jan 2017
good job
Suggested Problems
-
3711 Solvers
-
Maximum running product for a string of numbers
2198 Solvers
-
546 Solvers
-
Make a random, non-repeating vector.
9790 Solvers
-
718 Solvers
More from this Author96
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!