How to stop MATLAB livescript from simplifying the answer?

16 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

Stefan Wehmeier
Stefan Wehmeier il 22 Feb 2018
Use
sympref('AbbreviateOutput', false)

Più risposte (0)

Categorie

Scopri di più su Symbolic Math Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by