Skip to content
Snippets Groups Projects
Commit e13381eb authored by Charlotte Bond's avatar Charlotte Bond
Browse files

latest version

parent 9e7ae887
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ function [map_out,Rc_out,zoffset]=FT_remove_curvature_from_mirror_map(map,Rc_in, ...@@ -64,7 +64,7 @@ function [map_out,Rc_out,zoffset]=FT_remove_curvature_from_mirror_map(map,Rc_in,
% set options for fminsearch ('help optimset' gives the list of options) % set options for fminsearch ('help optimset' gives the list of options)
options=optimset('Display',disp_str, 'TolX', 1e-02, 'TolFun',1e-09, 'MaxIter', 100000); options=optimset('Display',disp_str, 'TolX', 1e-04, 'TolFun',1e-09, 'MaxIter', 100000);
% create link to test function below % create link to test function below
f=@testfunc; f=@testfunc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment