cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

Translate the entire conversation x

how to return vectors to scalar values

cpreston
6-Contributor

how to return vectors to scalar values

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.

ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

2 REPLIES 2
-MFra-
21-Topaz II
(To:cpreston)

aiii.jpg

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.

Announcements

Top Tags