I have got the following output of the two columns of a matrix:
final_matrix2 =
0.0054 0.0000
0.0051 0.0000
0.0047 0.0000
0.0042 0.0000
0.0056 0.0000
0.0034 0.0000
0.0059 0.0000
The second column consists of zeros as it is of the order 1e-9 or 1e-10 or even lower.
I assume that these zeros appear due to the difference in magnitude (order) between the elements in two columns.
Is there a way to show correctly the elements in both columns within the same matrix?