I would like to normalize/transform matrix (neuronal responses) that has both negative and positive values in a way that all values become positive but the distance between values will not change. Can anyone help?
John Williams answered .
2025-11-20
Find the min value, add it to all values, then normalize.