Skip to main content
6-Contributor
November 29, 2016
Solved

how to return vectors to scalar values

  • November 29, 2016
  • 2 replies
  • 2486 views

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.

Best answer by Fred_Kohlhepp

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.

2 replies

21-Topaz II
November 29, 2016

aiii.jpg

23-Emerald I
November 29, 2016

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.