From bug-octave-request Tue Dec 1 20:27:05 1992 Subject: hankel.m error From: Tony Mullins To: bug-octave Date: Tue, 01 Dec 92 20:27:03 CST John, I get the following error when trying to get usage information for the hankel (). Here is a complete transcript of my commands: octave:4> hankel What's up doc? error parsing m-file /usr/local/lib/octave/hankel.m hankel: undefined octave:5> hankel () What's up doc? error parsing m-file /usr/local/lib/octave/hankel.m hankel: undefined The source in hankel.m indicates that I should get a usage summary. It appears to be an error during parsing hankel.m. Tony