OPX
|
Related Transformations
OPX MATLAB code as XML
Input
function r = polynom(x, c) r = 0; powerOfX = 1; for i=1:length(c) r = r + c(i) .* powerOfX; powerOfX = powerOfX .* x; end
Yes, I accept
the
Terms of Use
and the
Privacy Statement
No, I do not
accept the Terms of Use and the Privacy Statement
Upload file
Output
A parser for the MATLAB language. The result is in XML format.
x
Related transformations
Import
MATLAB code as XML