- You could use the 'fprintf' or 'sprintf' function to specify the display format during output. Note that 'fprintf' displays the matrix elements column-wise.
- If you would like to perform further calculations or comparisons with the matrix 'A', you could convert it to a specific format using 'round' or 'roundn' to round the values to a desired precision.
- 'disp' function: https://www.mathworks.com/help/matlab/ref/disp.html
- 'fprintf' function: https://www.mathworks.com/help/matlab/ref/fprintf.html