How to stop MATLAB livescript from simplifying the answer?

15 次查看(过去 30 天)
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.

采纳的回答

Stefan Wehmeier
Stefan Wehmeier 2018-2-22
Use
sympref('AbbreviateOutput', false)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Assumptions 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by