help-octave
[Top][All Lists]
Advanced

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

Bulk File loading problem


From: Louis Ciotti
Subject: Bulk File loading problem
Date: Tue, 4 Jan 2011 15:42:57 -0500

I am loading a bunch of data files with the following:

for k = 1:MaxFiles
        for i = 1:4
                dataraw=dlmread(sprintf 
("./Data/TestData_%d_N_2_%d.csv",k,i),",",2,0);
.
.
.


reply via email to

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