Hi,
ScaleProblem works in two different ways:
For fmincon using SQP and SQP Legacy algorithms, ScaleProblem will normalize all constraints and the objective function by their initial values when set to 'obj-and-constr'. The default value is 'none'
For fsolve, lsqcurvefit, and lsqnonlin using levenberg-marquardt algorithms, setting the ScaleProblem option to 'jacobian' sometimes helps the solver on badly-scaled problems. The default value is 'none'.
More information can be found in https://www.mathworks.com/help/optim/ug/optimization-options-reference.html