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?
回答(1 个)
Andrei Bobrov
2012-2-10
>> format short g
类别
在 帮助中心 和 File Exchange 中查找有关 Operators and Elementary Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!