Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
When debugging or testing CM code, it would be very helpful to have a way to display the contents of a matrix on the screen.
The format should be in a way that is similar by other tools by e.g. octave in order to be able to use the result directly in such tools:
[ x1, x2, x3, x4, ...;
x1, x2, x3, x4, ...;
x1, x2, x3, x4, ... ]
[ .. denotes the start of the matrix
, .. denotes the end of an element
; .. denotes the end of a row
] .. denotes the end of the matrix