I have the following problem, I have an array and I want to go through it and get the first line that has all elements other than zero. For example:
a = matrix(c(rep(0,4), 1:16), ncol = 4, byrow = T)
b = matrix(c(1:4, rep(0,4), 5:16), ncol = 4...
asked by
28.09.2015 / 16:21