dynare/tests/external_function/extFunNoDerivs.m

3 lines
45 B
Matlab

function y=extFunNoDerivs(a,b)
y=a*(b^2);
end