Error: not enough input arguments
indienne
-
indienne -
indienne -
help , I'm very new to MATLAB!! I am trying to run this code, however, i get error, that there is error in line 3: not enough input arguments :(
function a = satur(u)
if abs(u)> 0.001
a= sign(u);
else
a= u*1000;
end
end
function a = satur(u)
if abs(u)> 0.001
a= sign(u);
else
a= u*1000;
end
end