Removing exponent numbers from output for matlab with symbols

3 vues (au cours des 30 derniers jours)
Martin Vee Akselsen
Martin Vee Akselsen le 19 Fév 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

Réponses (1)

Walter Roberson
Walter Roberson le 20 Fév 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