Trying to find the odd and even number from 3:200 using equation mentioned below
1 次查看(过去 30 天)
显示 更早的评论
n = 3:1:200;
B = rem(n,2);
if B == 0
x = (n-4/2) + 0.5;
else
x = (n-3)/2 + 1 ;
end
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!