在MATLAB中有没有求余数的函数

来源:学生学帮网 编辑:学帮网 时间:2024/06/01 23:50:54

在MATLAB中有没有求余数的函数

>> mod(5,3)
ans =
2
>>