xref: /petsc/src/tao/leastsquares/tutorials/matlab/TestingFinalize.m (revision 19ef957c25d34342168108744150c0ef6ced0e91)
1% Sample calling syntax for testing taopounders and comparing to fminsearch
2% TestingFinalize is called after solving all the instances
3
4% Store the results matrix to a file called results.mat
5save results Results;
6
7