Hi everyone,
This is my first post and I am new to LabView. I have managed to get two sets of data. One is a column of M words like:
ball
jack
jill
dog
..etc...
and the other is a column of N passages like:
jack and jill went up the hill...
mary had a little lamb, its...
a half a pound of tuppenny rice...
...etc...
I am trying to create a logical test like: If A from col1 exists in col2 return 1, if not return 0
This should result in an MxN matrix of 1's an zeros. In this example, the first row would begin 0110... because jack and jill both exist in the first entry of col2.
If anyone can help I'd be most grateful! I've been stuck on this all night!
Many thanks,
Izak.