How to delete coefficient?

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?

Categories

Find more on Operators and Elementary Operations in Help Center and File Exchange

Asked:

on 10 Feb 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!