... compute modulo operation with MATLAB? The MATLAB modulo function mod(n,d) returns the remainder after the division of n by d: >>> mod(24,5) 4.
確定! 回上一頁