Download code
From LiteratePrograms
Back to Miscellaneous_tips_for_MATLAB
Download for Windows: zip
Download for UNIX: zip, tar.gz, tar.bz2
noweb.log
1 input.nw:2: unescaped << in documentation chunk
input.nw
1 2 <<simple_poly.m>> 3 function y = simple_poly(x, P) 4 y=(repmat(x(:),1,length(P)).^repmat(length(P)-1:-1:0,length(x),1)) * P(:); 5 6 @ text 7
