From: phd9992000 on
Which command can?
Element and its column and row number must be corresponded.
From: Thethos Hauser on
just one possiblity:

[row col] = find(a == max(max(a)));

you should also have a look at the max function...

greets Thethos