How to stop MATLAB livescript from simplifying the answer?

28 vues (au cours des 30 derniers jours)
Murad Nazari
Murad Nazari le 22 Fév 2018
Commenté : Philip Landreh le 26 Fév 2020
I have a MATLAB script that does symbolic matrix multiplication? it shows the matrix elements as sigma1 sigma2 etc. and below the result it shows what sigma1 is.
How can I make MATLAB to show original matrix elements instead of sigma1 sigma2....
Thanks.

Réponse acceptée

Stefan Wehmeier
Stefan Wehmeier le 22 Fév 2018
Use
sympref('AbbreviateOutput', false)

Plus de réponses (0)

Catégories

En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by