mods235.m 78 Bytes
Newer Older
Emmanuel Bertin's avatar
Emmanuel Bertin committed
1
2
3
4
5
function x = mods235(p)
  n=2;

  x(1)=0.1*(p(1)-1.0);
  x(2)=p(2)-p(1)*p(1);