Filter löschen
Filter löschen

How to stop MATLAB livescript from simplifying the answer?

32 Ansichten (letzte 30 Tage)
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.

Akzeptierte Antwort

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

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by