Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I would like to return vector values to scalar ones. How do I do this?
Example:

I would like the above matrix returned without units.
Thanks in advance for the help.
Solved! Go to Solution.
Stripping units can be dangerous. One way is the "UnitsOf()" function

Note that if you specify your variables in non-standard units, the values will be adjusted:

Turning a vector (or list of values) into a scalar requires a better understanding of what the application is.

Stripping units can be dangerous. One way is the "UnitsOf()" function

Note that if you specify your variables in non-standard units, the values will be adjusted:

Turning a vector (or list of values) into a scalar requires a better understanding of what the application is.
