Error in Publishing a code.

2 views (last 30 days)
Pankaj
Pankaj on 5 Oct 2015
Answered: Walter Roberson on 5 Oct 2015
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
%

Accepted Answer

Walter Roberson
Walter Roberson on 5 Oct 2015

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!