How to stop MATLAB livescript from simplifying the answer?

28 views (last 30 days)
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.

Accepted Answer

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

More Answers (0)

Community Treasure Hunt

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

Start Hunting!