from
slatec
by Ben Barrowes The slatec library converted into matlab functions.
[f0wsresult,x]=f0ws(x);
function [f0wsresult,x]=f0ws(x);
f0wsresult=[];
;
f0wsresult = sin(10.0.*x);
csnil=dbstack(1); csnil=csnil(1).name(1)~='@';
if csnil&&~isempty(inputname(1)), assignin('caller','FUntemp',x); evalin('caller',[inputname(1),'=FUntemp;']); end
end %function f0ws