help-octave
[Top][All Lists]
Advanced

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

Re: regarding leasqr


From: Olaf Till
Subject: Re: regarding leasqr
Date: Tue, 5 Jul 2011 10:33:53 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

I still can't test because I don't have the data in
"fivemm_2ns_60g.dat". Since only the sum of the first 320 columns is
needed, to save space please do something like

observations = sum (load ("fivemm_2ns_60g.dat")(:, 1:320), 2);
save ("observations.dat", "observations");

and send the file "observations.dat" with your mail. It should not be
to large for the list then, but if you don't like to spread the data
you could alse send it to me off-list.

Olaf


reply via email to

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