I have a structure that I have loaded with 1xn arrays of elements. Let call the structure 'cat'.
I want to access the ith element of cat without knowing the name of that element. I've been playing around with it but I can't seem to do it. This would be extremely useful because then i wouldn't have to fall back to using eval() which makes everything more tedious for me.
I want to access the ith element of cat without knowing the name of that element. I've been playing around with it but I can't seem to do it. This would be extremely useful because then i wouldn't have to fall back to using eval() which makes everything more tedious for me.