How to round numbers to specific near point?
조회 수: 1(최근 30일)
표시 이전 댓글
채택된 답변
Stephen23
2022년 6월 22일
A = [6.1;6.04;5.98;5.92;5.86;5.8;5.74;5.69;5.63;5.57;5.52;5.46;5.41]
N = 0.05;
B = round(A/N)*N
댓글 수: 0
추가 답변(0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!