Question: 4 dimensions matrix

I need to create a matrix with 4 dimensions, but I don't know how I can do this. The variable that I need to store could be written in this form:

>S[i,j,k,l];

I don't want to write this with a subscript, but like a matrix. 

Please Wait...