Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
msc
sextractor
ece261cd78d4849f61d52585472ddc2cd3f285d7
ece261cd78d4849f61d52585472ddc2cd3f285d7
Switch branch/tag
sextractor
src
levmar
matlab
mods235.m
Find file
Normal view
History
Permalink
mods235.m
78 Bytes
Newer
Older
merged with SExFIGI branch
Emmanuel Bertin
committed
Jan 28, 2009
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);