Hello All.
Within my program, there is a solve block that finds some parameters with given guess values. For repeating the calculations, the guess values must be changed according to the new set of inputs.
Is there any way to define a local function that automatically change the guess values and use this local function inside the main body of my program?
the attached file contains the solve block that I need to express as a local function.
thank you in advance.