[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Get Global values in Oct file
From: |
babelproofreader |
Subject: |
Get Global values in Oct file |
Date: |
Wed, 30 Oct 2019 11:01:54 -0500 (CDT) |
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.
--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
- Get Global values in Oct file,
babelproofreader <=