pwShowFitting
lastState = pwShowFitting(ok)
Enable or disable plots during parameter estimation.
ok If false: Does not show fitting and simulation.
If true (default): Shows fitting and simulation.
lastState Returns the previous value of config.plotting.showFitting
which may be used to reset the value after temporarilly
turning on or off the fitting figures.
Description
This function is a shortcut to set the following settings at once:
config.plotting.showFit
config.plotting.showFitting
config.plotting.showFittingInfo
config.plotting.showIterations
config.plotting.showSimulation
See also