Removing exponent numbers from output for matlab with symbols

1 visualización (últimos 30 días)
Martin Vee Akselsen
Martin Vee Akselsen el 19 de Feb. de 2019
Respondida: Walter Roberson el 20 de Feb. de 2019
I have created a matrix containing both double and symbols, and have used simplification and vpa to make it easier to read the matrix. But the output still looks strange.
Does anyone know how to remove the exponents numbers/notation in the matrix? I dont see the point of having e-34 multiplied with e33. See picture of a little part of the matrix.matrix.PNG

Respuestas (1)

Walter Roberson
Walter Roberson el 20 de Feb. de 2019
You could expand() . Looking at those equations, you might also possibly be able to usefully simplify() after the expand()

Community Treasure Hunt

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

Start Hunting!

Translated by