我尝试了很多MATLAB函数.该round函数将2.99值转换为最接近的整数3,但我需要通过截断将2.99值转换为.如何在MATLAB中做到这一点?2.99
round
2.99
3
2
.99
matlab
matlab ×1