How to delete coefficient?
Mostrar comentarios más antiguos
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?
Respuestas (1)
Andrei Bobrov
el 10 de Feb. de 2012
>> format short g
Categorías
Más información sobre Operators and Elementary Operations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!