From help-octave-request at bevo dot che dot wisc dot edu Mon Jan 8 05:20:33 2001 Subject: Re: Dynamic c++ fn newbie question: colons From: Douglas Eck To: "help-octave at bevo dot che dot wisc dot edu" 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 -------------------------------------------------------------