help-octave
[Top][All Lists]
Advanced

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

Re: List functions defined from within current scope


From: PetrSt
Subject: Re: List functions defined from within current scope
Date: Mon, 18 Mar 2013 06:15:02 -0700 (PDT)

I didn't find any possibility to display functions created by /function/
keyword, but if you know which functions should be created and you just want
to check if they were, you can use /exist('funname')/ command. In case of
function defined from the command line it returns 103 and for function
within m-file, invisible from command line otherwise, it returns 2 if
checked from the current scope, e.g. during debug mode.
If you are producing unknown number of functions with unknown names than I'm
not able to help.



--
View this message in context: 
http://octave.1599824.n4.nabble.com/List-functions-defined-from-within-current-scope-tp4650574p4650921.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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