How to delete coefficient?
Show older comments
I want to multiply my matrix in 100. When I do it by x=100.*y I get this:
x= 1.0e+04 *
2.1548 0.0144 0.0180 0.0169
1.5058 0.0185 0.0162 0.0157
But I don't want the coefficient, I want to have a numbers in rage of 0-100. (Except the first index).
What can I do to fix it?
Answers (1)
Andrei Bobrov
on 10 Feb 2012
>> format short g
Categories
Find more on Operators and Elementary Operations 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!