Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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.