You can create a new matrix by indexing the original matrix using the logical values of the condition that you specified:
main.m183 chars6 lines
This will return a new matrix with only the positive values from the third column of the original matrix.
gistlibby LogSnag