MATLAB: How to describe the nth term of convolution in matlab

convolutionnth term of convolution

how I can describe , I need this code in the applicatin of differential transformation method

Best Answer

See conv(): https://www.mathworks.com/help/matlab/ref/conv.html. You need to provide the complete array of u and v for convolution.