octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patch for setdiff.m


From: Bill Denney
Subject: Re: Patch for setdiff.m
Date: Mon, 1 May 2006 20:52:09 -0400 (EDT)

Thanks for the patch.  A note for future reference:

(isempty (strmatch (byrows, "rows", "exact")))

can be written more simply as

(~ strcmpi(byrows, "rows"))

Bill

On Mon, 1 May 2006, Robert S. Weigel wrote:


2006-05-01  Bob Weigel <address@hidden>

       * scripts/set/setdiff.m: Added a "rows" option and 5 "asserts".



--
"Every child is an artist. The problem is how to remain an artist once he
grows up."
  -- Pablo Picasso



reply via email to

[Prev in Thread] Current Thread [Next in Thread]