octave-maintainers
[Top][All Lists]
Advanced

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

saveing/loading symbol table of annymous functions


From: David Bateman
Subject: saveing/loading symbol table of annymous functions
Date: Fri, 06 Apr 2007 11:54:43 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20060921)

Looking at how to read matlab dot-mat files with anonymous function
handles in them, it seems that these files contain the local symbol
table of the anonymous function. Octave also stores these in
tree_anon_fcn_handle, as the octave saving/loading of anonymous function
handles are in ov-fcn-handle.cc, we don't have access to the local
symbol. This is true both for loading and saving the symbol table.

Can the symbol table be moved from the tree_anon_fcn_handle class to the
octave_fcn_handle class? What else does this imply? If it is moved it
would then by possible to save the symbol table of the function handle
and reload it, as well as implementing the loading of function handles
in matlab files..

D.

-- 
David Bateman                                address@hidden
Motorola Labs - Paris                        +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 6 72 01 06 33 (Mob) 
91193 Gif-Sur-Yvette FRANCE                  +33 1 69 35 77 01 (Fax) 

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary



reply via email to

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