dynare/tests/external_function/extFunNoDerivs.m

3 lines
45 B
Matlab
Raw Normal View History

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