I have a two-dimensional array ($569\times30$ double) which should be normalized using this formula:
$x'_{ij} = \dfrac{x_{ij}}{10^h} $
What is the name of this normalization and how can I do that in Matlab?
Edit:
$h$ is depended on array entries, it should be a decimal number to make all data between desired min and max values.