comparison scripts/help/unimplemented.m @ 15550:1f90fc84065a

unimplemented.m: add sections for/drop functions in octave-forge
author Philip Nienhuis <prnienhuis@users.sf.net>
date Sun, 21 Oct 2012 22:23:59 +0200
parents 874091868fba
children 8e6a72cac999
comparison
equal deleted inserted replaced
15549:48b1312bb0fe 15550:1f90fc84065a
35 case "gsvd" 35 case "gsvd"
36 txt = ["gsvd is not currently part of core Octave. See the ",... 36 txt = ["gsvd is not currently part of core Octave. See the ",...
37 "linear-algebra package at ",... 37 "linear-algebra package at ",...
38 "@url{http://octave.sourceforge.net/linear-algebra/}."]; 38 "@url{http://octave.sourceforge.net/linear-algebra/}."];
39 39
40 case "funm"
41 txt = ["funm is not currently part of core Octave. See the ",...
42 "linear-algebra package at @url{http://octave.sf.net/linear-algebra/}."];
43
40 case "linprog" 44 case "linprog"
41 txt = ["Octave does not currently provide linprog. ",... 45 txt = ["Octave does not currently provide linprog. ",...
42 "Linear programming problems may be solved using @code{glpk}. ",... 46 "Linear programming problems may be solved using @code{glpk}. ",...
43 "Try @code{help glpk} for more info."]; 47 "Try @code{help glpk} for more info."];
44 48
45 case {"ode113", "ode15i", "ode15s", "ode23", "ode23s", "ode23t", "ode45", "odeget", "odeset"} 49 case {"ode113", "ode15i", "ode15s", "ode23", "ode23s", "ode23t", "ode45", "odeget", "odeset"}
46 txt = ["Octave provides lsode for solving differential equations. ",... 50 txt = ["Octave provides lsode for solving differential equations. ",...
47 "For more information try @code{help lsode}. ",... 51 "For more information try @code{help lsode}. ",...
48 "Matlab-compatible ODE functions are provided by the odepkg package. ",... 52 "Matlab-compatible ODE functions are provided by the odepkg package. ",...
49 "See @url{http://octave.sourceforge.net/odepkg/}."]; 53 "See @url{http://octave.sourceforge.net/odepkg/}."];
54
55 case {"javaArray", "javaMethod", "javaMethodEDT", "javaObject", "javaObjectEDT", "javaaddpath", "javaclasspath", "javarmpath"}
56 txt = ["Java objects and methods can be used with the java package. ",...
57 "See @url{http://octave.sf.net/java/}."];
58
59 case {"errordlg", "helpdlg", "inputdlg", "listdlg", "questdlg", "warndlg"}
60 txt = ["Several dialog functions are provided in the java package. ",...
61 "See @url{http://octave.sf.net/java/}."];
62
63 case {"xlsread", "xlsfinfo", "xlswrite", "wk1read", "wk1finfo", "wk1write"}
64 txt = ["Functions for spreadsheet style I/O (.xls .xlsx .sxc .ods .dbf .wk1 etc.) " , ...
65 "are provided in the io package. ",...
66 "See @url{http://octave.sf.net/io/}."];
67
68 case {"avifile", "aviinfo", "aviread"}
69 txt = ["Basic video file support is provided in the video package. ",...
70 "See @url{http://octave.sf.net/video/}."];
50 71
51 otherwise 72 otherwise
52 if (ismember (fcn, missing_functions ())) 73 if (ismember (fcn, missing_functions ()))
53 txt = sprintf ("the '%s' function is not yet implemented in Octave", fcn); 74 txt = sprintf ("the '%s' function is not yet implemented in Octave", fcn);
54 else 75 else
86 "audioplayer", 107 "audioplayer",
87 "audiorecorder", 108 "audiorecorder",
88 "aufinfo", 109 "aufinfo",
89 "auread", 110 "auread",
90 "auwrite", 111 "auwrite",
91 "avifile",
92 "aviinfo",
93 "aviread",
94 "bar3", 112 "bar3",
95 "bar3h", 113 "bar3h",
96 "bench", 114 "bench",
97 "bicgstabl", 115 "bicgstabl",
98 "brush", 116 "brush",
161 "dragrect", 179 "dragrect",
162 "dynamicprops", 180 "dynamicprops",
163 "echodemo", 181 "echodemo",
164 "ellipj", 182 "ellipj",
165 "ellipke", 183 "ellipke",
166 "errordlg",
167 "evalc", 184 "evalc",
168 "exifread", 185 "exifread",
169 "expint", 186 "expint",
170 "export2wsdlg", 187 "export2wsdlg",
171 "figurepalette", 188 "figurepalette",
196 "hdfinfo", 213 "hdfinfo",
197 "hdfread", 214 "hdfread",
198 "hdftool", 215 "hdftool",
199 "helpbrowser", 216 "helpbrowser",
200 "helpdesk", 217 "helpdesk",
201 "helpdlg",
202 "helpwin", 218 "helpwin",
203 "hgexport", 219 "hgexport",
204 "hgload", 220 "hgload",
205 "hgsave", 221 "hgsave",
206 "hgsetget", 222 "hgsetget",
212 "imapprox", 228 "imapprox",
213 "imformats", 229 "imformats",
214 "import", 230 "import",
215 "inmem", 231 "inmem",
216 "inputParser", 232 "inputParser",
217 "inputdlg",
218 "inspect", 233 "inspect",
219 "instrfind", 234 "instrfind",
220 "instrfindall", 235 "instrfindall",
221 "interpstreamspeed", 236 "interpstreamspeed",
222 "iscom", 237 "iscom",
223 "isinterface", 238 "isinterface",
224 "isjava", 239 "isjava",
225 "isocaps", 240 "isocaps",
226 "isstudent", 241 "isstudent",
227 "javaArray",
228 "javaMethod",
229 "javaMethodEDT",
230 "javaObject",
231 "javaObjectEDT",
232 "javaaddpath",
233 "javachk", 242 "javachk",
234 "javaclasspath",
235 "javarmpath",
236 "ldl", 243 "ldl",
237 "libfunctions", 244 "libfunctions",
238 "libfunctionsview", 245 "libfunctionsview",
239 "libisloaded", 246 "libisloaded",
240 "libpointer", 247 "libpointer",
243 "lightangle", 250 "lightangle",
244 "lighting", 251 "lighting",
245 "linkaxes", 252 "linkaxes",
246 "linkdata", 253 "linkdata",
247 "linsolve", 254 "linsolve",
248 "listdlg",
249 "listfonts", 255 "listfonts",
250 "loadlibrary", 256 "loadlibrary",
251 "lscov", 257 "lscov",
252 "lsqr", 258 "lsqr",
253 "makehgtform", 259 "makehgtform",
312 "propedit", 318 "propedit",
313 "propertyeditor", 319 "propertyeditor",
314 "publish", 320 "publish",
315 "qmr", 321 "qmr",
316 "quad2d", 322 "quad2d",
317 "questdlg",
318 "rbbox", 323 "rbbox",
319 "reducepatch", 324 "reducepatch",
320 "reducevolume", 325 "reducevolume",
321 "resample", 326 "resample",
322 "root", 327 "root",
383 "verLessThan", 388 "verLessThan",
384 "viewmtx", 389 "viewmtx",
385 "visdiff", 390 "visdiff",
386 "volumebounds", 391 "volumebounds",
387 "waitfor", 392 "waitfor",
388 "warndlg",
389 "waterfall", 393 "waterfall",
390 "wavfinfo", 394 "wavfinfo",
391 "wavplay", 395 "wavplay",
392 "wavrecord", 396 "wavrecord",
393 "web", 397 "web",
394 "whatsnew", 398 "whatsnew",
395 "wk1finfo", 399 "wk1finfo",
396 "wk1read", 400 "wk1read",
397 "wk1write", 401 "wk1write",
398 "workspace", 402 "workspace",
399 "xlsfinfo",
400 "xlsread",
401 "xlswrite",
402 "xmlread", 403 "xmlread",
403 "xmlwrite", 404 "xmlwrite",
404 "xslt", 405 "xslt",
405 "zoom", 406 "zoom",
406 }; 407 };