MATLAB: HELP!!! how to deal with x(i,j,k,l)​.*y(j,k,l)​.*d(j,k)

high dimensional matrix compute

my function contains some high dimonsional matrix:how to deal with x(i,j,k,l).*y(j,k,l).*d(j,k)?
and matlab warnings a argument must be numeric.

Best Answer

I see. U cannot times variable(sign) matrix. But how to express large-scale nonlinear function in matlab?