how to manage Fraction format problem
Afficher commentaires plus anciens
Dear all, I have vector with numbers and fraction. How can I reduce fraction number.?for example a=[1.23456789 6.14521456 7.906342678 10.47609352]
expect results should be: re=[ 1.2 6.1 7.9 10.4] Thanks...
Réponse acceptée
Plus de réponses (1)
Steven Lord
le 30 Jan 2017
0 votes
See the second input of the round function.
Catégories
En savoir plus sur Matrices and Arrays dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!