Find minimal value in a matrix?



I have a 3x3 matrix and would like to find the minimal value. But If I
use 'min' it returns min for each column. Is there some way to just get
a single 'i,j' value for the whole matrix?

.