Mercurial > hg > octave-lyh
diff scripts/help/unimplemented.m @ 15548:874091868fba
unimplemented.m: remove importdata
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Fri, 19 Oct 2012 15:14:24 -0400 |
parents | 7d76290fb29b |
children | 1f90fc84065a |
line wrap: on
line diff
--- a/scripts/help/unimplemented.m +++ b/scripts/help/unimplemented.m @@ -29,11 +29,6 @@ ## Some smarter cases, add more as needed. switch (fcn) - case "importdata" - txt = ["importdata is not implemented. Similar functionality is ",... - "available through @code{load}, @code{dlmread}, @code{csvread}, ",... - "or @code{textscan}."]; - case "quad2d" txt = ["quad2d is not implemented. Consider using dblquad."]; @@ -217,7 +212,6 @@ "imapprox", "imformats", "import", - "importdata", "inmem", "inputParser", "inputdlg",