Community Tip - You can change your system assigned username to something more personal in your community settings. 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.