help-octave
[Top][All Lists]
Advanced

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

Re: Get Global values in Oct file


From: Carlo De Falco
Subject: Re: Get Global values in Oct file
Date: Wed, 30 Oct 2019 16:52:29 +0000


> Il giorno 30 ott 2019, alle ore 17:01, babelproofreader <address@hidden> ha 
> scritto:
> 
> How to access global values in an oct file? When I try using
> get_global_value() I get the warning
> 
> warning: ‘octave_value get_global_value(const string&, bool)’ is deprecated:
> [4.4]: use 'symbol_table::global_varval' instead [-Wdeprecated-declarations]
> 
> What is the new way of using 'symbol_table::global_varval'? I cannot find
> any documentation for this. I'm using Octave 5.1.0 on a Linux system. 

There is not much documentation, but the definition of 
symbol_table::global_varval
is given here :

http://octave.org/doxygen/5.1/d8/d9b/symtab_8h_source.html#l00161

and it looks pretty much self explaining ...

c.

reply via email to

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