MATLAB: Output matrices indexed by parameters

MATLABmatrix

I run a program where the parameters are (say) a, b, and c. I would like to have an output matrix (say) A indexed by the value of a, b, and c. For example, if the value of parameters are a=1, b=2, and c=3, I would like to have an output A_123. Please advise.
Related Question