help-octave
[Top][All Lists]
Advanced

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

Re: : new to octave, confused about load(), dlmread et cetera


From: Roman.Griego
Subject: Re: : new to octave, confused about load(), dlmread et cetera
Date: Thu, 2 Sep 2010 04:36:07 +0000

>>Great code, why do you grab the first two lines? in case headers spill over?

>>Why do you remove zeros ?


The original data was an csv export of a sql query done in excel. I grabbed the 
first two lines because row one was my header, the second was a related piece 
of data that didn't really belong with the rest of the data. I stripped the 
zeros because I was making histograms from the data. The zeros were added from 
dlmread to make all the rows the same length, in my case all my data are 
integers greater than one.




reply via email to

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