Error in Publishing a code.

8 Ansichten (letzte 30 Tage)
Pankaj
Pankaj am 5 Okt. 2015
Beantwortet: Walter Roberson am 5 Okt. 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
%

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 5 Okt. 2015

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by