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

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

how to return vectors to scalar values

cpreston
5-Regular Member

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.

1 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.

Top Tags