code for verifying whether 𝑓 is odd or even.

4 次查看(过去 30 天)
Mat-Lab code for verifying whether 𝑓 is odd or even.

回答(1 个)

Arthur Roué
Arthur Roué 2020-7-29
% Test if myVal is even
bIsEven = ~mod(myVal, 2)
And you can read mod and rem

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by