In Matlab, indexing is done by round brackets, and concatenation by square brackets:
A = [1 2 3]
B = [A 4 5] % concatenation
B(4) % indexing
so
if cbob(i) > 72
...
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!