Get the fields of the internal data for uncprb_leastsqfun.
[funeval,Jeval] = uncprb_leastsqget()
a 1-by-1 matrix of doubles, integer value, the number of function evaluations since the previous call to uncprb_leastsqinit()
a 1-by-1 matrix of doubles, integer value, the number of Jacobian evaluations since the previous call to uncprb_leastsqinit()
Get the internal data structure used by uncprb_leastsqfun and uncprb_leastsqjac.
The values returned by the uncprb_leastsqget function depends on the number of calls to the uncprb_leastsqfun and uncprb_leastsqjac function.
When the uncprb_leastsqfun function is called, then funeval is increased.
When the uncprb_leastsqjac function is called, then Jeval is increased.