help-octave
[Top][All Lists]
Advanced

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

assign list of variables to a string array?


From: John W. Eaton
Subject: assign list of variables to a string array?
Date: Wed, 19 Nov 2003 12:36:46 -0600

On 19-Nov-2003, Thorsten Meyer <address@hidden> wrote:

| Is there a way to assign the names of the user defined variables to a 
| string array?
| I tried
|       a = who;
| but that does not work: who has no return value.

It works in current development versions (2.1.x).

| I need a function that loads an octave data file into a structure 
| variable.

Current development versions also handle this by allowing

  x = load ("foo.dat");

to return a structure.

jwe



-------------------------------------------------------------
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]