ipek - MATLAB Cody - MATLAB Central

ipek

43443
Rank
2
Badges
80
Score
1 – 9 of 9

ipek submitted Solution 422744 to Problem 304. Bottles of beer

on 26 Mar 2014

ipek received Commenter badge for Problem 26. Determine if input is odd

on 26 Mar 2014

ipek submitted a Comment to Problem 26. Determine if input is odd

function tf = is_odd(n) if rem(n,2)== 0 tf = 'false' else tf = 'true' end end why is this not working?

on 26 Mar 2014

ipek submitted Solution 422717 to Problem 8. Add two numbers

on 26 Mar 2014

ipek received Solver badge for Solution 422712

on 26 Mar 2014

1 – 9 of 9
Go to top of page