help-octave
[Top][All Lists]
Advanced

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

embedded functions


From: Gorazd Brumen
Subject: embedded functions
Date: Fri, 24 Mar 2006 19:00:20 +0100
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051013)

hi all,

does octave allows this in an function file:

function y = foo (x)

        ...blabla....
        r = foo1( x)

        function z = foo1 (g)
                ...blabla2...
        endfunction


endfunction

such that foo1 is visible only to foo1? I appologize if
this was already answered?

g. , g.




-- 
Gorazd Brumen
Mail: address@hidden
WWW: http://valjhun.fmf.uni-lj.si/~brumen
PGP: Key at http://pgp.mit.edu, ID BCC93240



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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