Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
In the attached Prime worksheet I am trying to use the "logical or" function within a nested if statement. I believe the error is due to db being a 1x1 vector. Is there a way to convert this from a 1x1 vector to a scalar value?
Solved! Go to Solution.
Daniel Sochor wrote:
...r. Is there a way to convert this from a 1x1 vector to a scalar value?
Just use the standard vector index ... v[0
Stuart
Daniel Sochor wrote:
...r. Is there a way to convert this from a 1x1 vector to a scalar value?
Just use the standard vector index ... v[0
Stuart
Thank you Stuart
No worries, Daniel.