Mercurial > hg > octave-lyh
comparison scripts/deprecated/create_set.m @ 8888:0c7b0049c023
mark create_set as deprecated in 3.2, not 3.0
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 27 Feb 2009 15:43:43 -0500 |
parents | 6e4a811e58f8 |
children | eb63fbe60fab |
comparison
equal
deleted
inserted
replaced
8887:6e4a811e58f8 | 8888:0c7b0049c023 |
---|---|
45 ## @end example | 45 ## @end example |
46 ## @seealso{union, intersect, complement, unique} | 46 ## @seealso{union, intersect, complement, unique} |
47 | 47 |
48 ## Author: jwe | 48 ## Author: jwe |
49 | 49 |
50 ## Deprecated in version 3.0 | 50 ## Deprecated in version 3.2 |
51 | 51 |
52 function y = create_set (x, rows_opt) | 52 function y = create_set (x, rows_opt) |
53 | 53 |
54 persistent warned = false; | 54 persistent warned = false; |
55 if (! warned) | 55 if (! warned) |