Hi everybody,
I am trying to build a function that should give back two vectors (and that is not the problem), only those vectors have different units.
The only way I can imagine is to adimensionalize the vectors, using UnitsOf (or SIUnitsOf) and the assemble them in the array of vectors that I want to get back.
Somehow this it is cumbersome and error prone, since outside the function I will have to multiply back the variables by their units.
Thanks a lot
Best regards
Claudio