help-octave
[Top][All Lists]
Advanced

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

select several rows of matrix in .oct file source


From: Michael Creel
Subject: select several rows of matrix in .oct file source
Date: Tue, 19 Oct 2004 10:49:56 +0200
User-agent: KMail/1.7

Hello, from the C++ quick reference at

 http://wiki.octave.org/wiki.pl?CPPQuickReference

I find:
 select row N of A** A(N,:) A.row(N-1)

I would like something similar for selecting multiple rows, i.e., the C++ 
equivalent of A(M:N,:)

Or maybe I have to do it row-by-row in a loop?

TIA, Michael



-------------------------------------------------------------
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
-------------------------------------------------------------



reply via email to

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