help-octave
[Top][All Lists]
Advanced

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

Re: Dynamic c++ fn newbie question: colons


From: Douglas Eck
Subject: Re: Dynamic c++ fn newbie question: colons
Date: Mon, 08 Jan 2001 12:20:31 +0100

OK Got it. 

a=[3:.1:10];
 can be done as
Matrix a=Range(3,10,.1).matrix_value();

Now it seems obvious with 20/20 hindsight.

Doug



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