How do I display symbolic matrix with square brackets instead of round brackets in Live Editor in MATLAB 9.6 (R2019a)?

67 views (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 13 Jul 2020
Edited: MathWorks Support Team on 13 Jul 2020
To display matrices with square brackets, You can use 'sympref' and set the 'MatrixWithSquareBrackets' preference to true.
sympref('MatrixWithSquareBrackets',true)

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Tags

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!