# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1350674064 14400 # Node ID 874091868fba33b369d7b09e248a48b0c8779b2f # Parent 9a455cf96dbe096b1103d662114cde9acd3abe42 unimplemented.m: remove importdata diff --git a/scripts/help/unimplemented.m b/scripts/help/unimplemented.m --- 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",