Error in Publishing a code.
1 view (last 30 days)
Show older comments
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
%
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Labels and Annotations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!