enh...@hccnet.nl
> To: tes...@hotmail.com
> CC: octave-dev@lists.sourceforge.net; help-oct...@octave.org
> Subject: Re: [OctDev] Is this a bug?
>
> tesi t wrote:
>
>
> Please post these general Octave questions to the appropriate forum,
> i.e., help-octave ML rather tha
In Octave Forge (i.e. Octave 3.2.4) I type:
> vector = [1 2 3 4 5]> [vector; zeros(1,8-8)]
Then I get this answer:error: number of columns must match (0 != 5)
Now, if I type:> zeros(1,8-8)> [vector; []]
I got the correct answer:ans = 1 2 3 4
5
Ma
om: andybuc...@gmail.com
> To: tes...@hotmail.com
>
> On Monday, March 14, 2011, tesi t wrote:
> >
> >
> >
> >
> >
> > Hi all,
> > My question is if there is a way to run a script in Octave without the
> > script writing a lot of stuf
Hi all,
My question is if there is a way to run a script in Octave without the script
writing a lot of stuff in the screen. I'm looking for the equivalent of the
instruction "@echo off" that is available for Windows batch programs.
I'm running the Windows version of Octave Forge with GUI Octave
Maybe that's my problem. I'm using Octave Forge for Windows, which, as I
understand, implements Octave 3.2.4. Maybe in the next release this problem
will be fixed.
Thanks
-Original Message-
From: Juan Pablo Carbajal
Sent: Friday, March 04, 2011 1:42 PM
To: Hector Villa
Cc: octave-dev