comparison scripts/general/is_duplicate_entry.m @ 3449:858695b3ed62

[project @ 2000-01-18 04:08:59 by jwe]
author jwe
date Tue, 18 Jan 2000 04:09:14 +0000
parents f8dde1807dee
children 22bd65326ec1
comparison
equal deleted inserted replaced
3448:0fb75d95b14f 3449:858695b3ed62
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, write to the Free 16 ## along with Octave; see the file COPYING. If not, write to the Free
17 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 17 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA
18 ## 02111-1307, USA. 18 ## 02111-1307, USA.
19 19
20 ## Usage: is_duplicate_entry (x) 20 ## -*- texinfo -*-
21 ## 21 ## @deftypefn {Function File} {} is_duplicate_entry (@var{x})
22 ## Return non-zero if any entries in x are duplicates of one another. 22 ## Return non-zero if any entries in @var{x} are duplicates of one
23 ## another.
24 ## @end deftypefn
23 25
24 ## Author: A. S. Hodel <scotte@eng.auburn.edu> 26 ## Author: A. S. Hodel <scotte@eng.auburn.edu>
25 27
26 function retval = is_duplicate_entry (x) 28 function retval = is_duplicate_entry (x)
27 29