how can I delete zeros after virgule?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
hello
I have vector with values
0.254 0.435
I want to be 0.2 0.4
0 Commenti
Risposta accettata
Matt J
il 15 Giu 2023
floor([0.254 0.435]*10)/10
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!