MATLAB: Error in Publishing a code.

errorpublish

Consider the following code, this produces a error while publishing. Any idea why?
%%Gaussian kernel function
% Some text
function t0 = kachra(Param)
t0 = Param;
end
Error-
Error using kachra (line 4) Not enough input arguments.
Attached is the Published output.
Thanks
%
Related Question