I have currently a project where I study the diversion from a reference value.
I solve it now by defining a constant value_const_ref and a dynamic value_dyn (state variable). The problem is, I have to do this for many values and must list them twice.
It would be nice if I could select within each variable of interest the initial value (be it a constant or a result of an equation) and make it a reference value, which I can call in other equations and can plot.
Hello everyone,
I have currently a project where I study the diversion from a reference value. I solve it now by defining a constant value_const_ref and a dynamic value_dyn (state variable). The problem is, I have to do this for many values and must list them twice.
It would be nice if I could select within each variable of interest the initial value (be it a constant or a result of an equation) and make it a reference value, which I can call in other equations and can plot.