From help-octave-request at bevo dot che dot wisc dot edu Mon Nov 23 14:39:11 1998 Subject: Dynamic functions, pgplot and matwrap From: "John W. Eaton" To: Krzysztof Gozdziewski Cc: help-octave at bevo dot che dot wisc dot edu Date: Mon, 23 Nov 1998 14:37:58 -0600 (CST) On 21-Nov-1998, Krzysztof Gozdziewski wrote: | The question(s) first: is there a way to use external constans or variables | in functions loaded dynamically? Specifically I need such objects in rhs | functions passed to lsode. You can access global values in dynamically linked functions using get_global_value and set_global_value. These functions are declared in variables.h and defined in variables.cc. jwe