Skip to content
Prev 275902 / 398506 Next

element-by-element comparison

Hi,

To compare row wise is merely to compare column wise using the transpose matrix:

t(B) < A

or

t(t(B)<A)

if the result needs to be a matrix with dimensions equal to B.

Cheers,

Tsjerk
On Sun, Oct 30, 2011 at 9:44 AM, Patrick Burns <pburns at pburns.seanet.com> wrote: