MATLAB: How to write equation in matlab

image processingmathematicssignal processingsimulation

please find equation in attached file

Best Answer

k2 = @(x,y) k1(x,y+p/2)*(y>p/2);
Best wishes
Torsten.