help-octave
[Top][All Lists]
Advanced

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

Re: Question about Range class


From: Shai Ayal
Subject: Re: Question about Range class
Date: Thu, 24 Nov 2005 09:47:41 +0200
User-agent: Thunderbird 1.5 (X11/20051025)



Robert A. Macy wrote:
Pedro,

In octave, two arguments...
 z = (1:100)/10

or, three arguments...
 Z = (1:0.1:10)
...give identical z arrays, but the increment is STILL
placed between the start and finish.  Going from two
arguments to three, one inserts the increment between.

True, but you can't do that very easily in c++.

Shai



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