[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: algorithm efficiency (memory allocation issue?)
From: |
Etienne Grossmann |
Subject: |
Re: algorithm efficiency (memory allocation issue?) |
Date: |
Wed, 27 Jun 2001 11:08:06 GMT |
Hello,
btw, your code copies the first column of f, n times, into wave?
wave = f([1:rows(f)]'*ones(1,n))(:);
should give you the same result.
Etienne
-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------