Mercurial > hg > octave-jordi
comparison scripts/miscellaneous/unimplemented.m @ 10656:ca836bcdf85e
don't mention onCleanup an missing
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 25 May 2010 11:50:24 +0200 |
parents | 537d9fbba9c0 |
children | c318b70bf437 |
comparison
equal
deleted
inserted
replaced
10655:9e4407c19e8d | 10656:ca836bcdf85e |
---|---|
24 | 24 |
25 function unimplemented (fcn) | 25 function unimplemented (fcn) |
26 | 26 |
27 ## Some smarter cases, add more as needed. | 27 ## Some smarter cases, add more as needed. |
28 switch (fcn) | 28 switch (fcn) |
29 case "onCleanup" | |
30 txt = ["onCleanup is not implemented. Consider using unwind_protect, ",... | |
31 "which is more versatile. For more info, type @code{help unwind_protect}."]; | |
32 | |
33 case "textscan" | 29 case "textscan" |
34 txt = ["textscan is not implemented. Consider using textread or sscanf."]; | 30 txt = ["textscan is not implemented. Consider using textread or sscanf."]; |
35 | 31 |
36 case "gsvd" | 32 case "gsvd" |
37 txt = ["gsvd is currently not part of Octave. See the linear-algebra package at ",... | 33 txt = ["gsvd is currently not part of Octave. See the linear-algebra package at ",... |
294 "ode45", | 290 "ode45", |
295 "odefile", | 291 "odefile", |
296 "odeget", | 292 "odeget", |
297 "odeset", | 293 "odeset", |
298 "odextend", | 294 "odextend", |
299 "onCleanup", | |
300 "open", | 295 "open", |
301 "openfig", | 296 "openfig", |
302 "opengl", | 297 "opengl", |
303 "openvar", | 298 "openvar", |
304 "ordeig", | 299 "ordeig", |