Borrar filtros
Borrar filtros

How to stop MATLAB livescript from simplifying the answer?

15 visualizaciones (últimos 30 días)
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.

Respuesta aceptada

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

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by