Skip to content
Prev 304844 / 398502 Next

Read data from .csv file as a matrix and compare the different between two matrix

Hello,

Em 05-09-2012 07:26, David Winsemius escreveu:
In fact, this doesn't seem to be a differences problem, but a logical one:
- result is 1 iff both operands are 1.
So the solution could be

# multiply to return an integer, not T/F
1*(matrix1 & matrix2)

Rui Barradas