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