how can I delete zeros after virgule?
1 view (last 30 days)
Show older comments
hello
I have vector with values
0.254 0.435
I want to be 0.2 0.4
0 Comments
Accepted Answer
Matt J
on 15 Jun 2023
floor([0.254 0.435]*10)/10
More Answers (0)
See Also
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!