Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
! restrict input parameters before the procedure call
....
call mrqmin (x, y, ...)
! restrict result values after the procedure call
....
It would sounds like a optimization problem, but as I understood these 2 parameters are not input parameters, but output parameters of the procedure.I want to obtain the best possible fitting if these parameters are bounded between two fixed values.