how can I delete zeros after virgule?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
hello
I have vector with values
0.254 0.435
I want to be 0.2 0.4
0 commentaires
Réponse acceptée
Matt J
le 15 Juin 2023
floor([0.254 0.435]*10)/10
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Logical dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!