Hello to the stackoverflow community,
I have an array of cells in the Q array, 5520x1, which consists of arrays like this, for example:
K → Q {1}
ans =
0 3 1 84
etc.
I would really like to know how I could check if an element of an array of cells exists, as indicated above, in Q? Because if it exists, I do not add anything, but if so, I should have added this element to the end of Q. How can this check be performed correctly? Short decisions, if possible, would be more appreciated.
Thanks in advance for your time, Nick
source
share