Hi,
I have a matrix like this:
[1.011 1.004 1.0541.008 0.998 1.0420.984 0.988 1.0241.026 1.006 1.0161.000 0.996 0.977]
I would like to subtract each column for each row and store these results in a new matrix. How can I do this?
Thanks!
Best Answer