help-octave
[Top][All Lists]
Advanced

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

A(i,:) in .oct file?


From: Paul Kienzle
Subject: A(i,:) in .oct file?
Date: Wed, 7 Feb 2001 18:00:23 +0000
User-agent: Mutt/1.2.5i

Hi!  How do I translate something like:

        g(i+1,:) -= l(i)*g(i,:);

into a .oct file?

        for (j=0; j<g.columns(); j++) g(i+1,j) -= l(i)*g(i,j);

works, but it isn't very elegant, and I do have a lot of them to do.

Thanks,

Paul Kienzle
address@hidden



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