Am 08.06.2017 um 06:59 schrieb
pek...@arcor.de:
> Am Montag, 10. März 2014 12:16:07 UTC+1 schrieb José Ignacio Royo Prieto:
>> More precisely, if v and w are vectors of lengths n and m, respectively,
>> I want to produce a matrix A of dimensions nxm such that
>> A(i,j)=1 if v(i)>w(j) and 0 otherwise.
Does what you want. This uses automatic broadcasting, you can also use