1. The running man icon looks like this:
2. Sorry, I didn't realize you had read the variables into the matrix B. I have edited my previous answer to add the line
F1 = b[,1]; F2 = b[,2];
which extracts the first column of B into the vector F1 and the second column into the vector F2.
... View more