help-octave
[Top][All Lists]
Advanced

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

constructing variable names from strings


From: D Peter Siddons
Subject: constructing variable names from strings
Date: Thu, 18 Jun 2015 10:54:46 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Is it possible to build a variable name from strings? I'd like to batch-process a lot of data. The data is held in directories identified by the dataset number, with Octave variable names built (by a C program) from the dataset number. I then need to loop through these directories to perform more processing, loading the data and saving processed data based on the dataset ID. I need to have the variables uniquely identified with the dataset because I need to have multiple datasets in memory simultaneously.




reply via email to

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