This expands on the operation of the built-in ROUND function to provide functionality to round to a given number of decimal places. For example,
>> round(pi)
ans =
3
>> round2dp(pi,3)
ans =
3.142
Cita come
Andrew (2024). ROUND2DP (https://www.mathworks.com/matlabcentral/fileexchange/24213-round2dp), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2008a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Scopri di più su Arithmetic Operations in Help Center e MATLAB Answers
Tag
Riconoscimenti
Ispirato da: round2
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0.0 |