help-octave
[Top][All Lists]
Advanced

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

Sourcing a generated file name


From: Sapp, Benjamin Abram
Subject: Sourcing a generated file name
Date: Wed, 18 Feb 2015 20:05:10 +0000

I am having trouble figuring out how to source a file name once it is in a string array.  For example, below I have the file name I am interested in and I cannot seem to figure how to execute the files contents.   Previously, I was able to execute ‘source “141201141018_0_1_100_12620246576.m”’ successfully.  Now I just want to store them in an array first so I don’t have to have all the file contents in memory at the same time. 

 

octave:32> HitNames(:,1)

ans = 141201141018_0_1_100_12620246576.m

octave:33>

 

Thanks,

Ben.

 


reply via email to

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