output of code words
Show older comments
I got output as:
1.0000 0 1.0000 0.0116
Now i want it as:
1 0 1 0.0116
(since [1 0 1] is my code word that is remove decimal points from 1.000)
please help!
Accepted Answer
More Answers (1)
Andrei Bobrov
on 8 Jun 2011
format short g
3 Comments
Paulo Silva
on 8 Jun 2011
nice one, I always forget the g
Paulo Silva
on 8 Jun 2011
+1 vote
Andrei Bobrov
on 8 Jun 2011
Thanks Paulo
Categories
Find more on String Parsing 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!