octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem with mlock in current hg


From: Shai Ayal
Subject: problem with mlock in current hg
Date: Fri, 6 Jun 2008 14:49:41 +0300

using the current dev version, I cannot mlock a function. when I try I
get the mlock usage text.

Shai


octave:1> function f(a); b=a;endfunction;
octave:2> mlock("f")

Invalid call to mlock.  Correct usage is:

 -- Built-in Function:  mlock (NAME)


Additional help for built-in functions and operators is
available in the on-line version of the manual.  Use the command
`doc <topic>' to search the manual index.

Help and information about Octave is also available on the WWW
at http://www.octave.org and via the address@hidden
mailing list.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]