Is there a way to quickly format numbers in a matrix. I have a script which displays matrix values in a table box. The numbers have 4 decimal places however I would like to cut this to 2, can you use something similar to
min_col_matrix<
to achieve this or is there a more straight forward way. I want all numbers in the matrix to have the same format.
Thanks
Allan