help-octave
[Top][All Lists]
Advanced

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

Re: Turn off intermediate answers in script?


From: Keith Goodman
Subject: Re: Turn off intermediate answers in script?
Date: Wed, 22 Sep 2004 11:20:27 -0700

Use a semicolon.

> 1 + 2
ans = 3
> 1 + 2;
>




On Wed, 22 Sep 2004 12:02:35 -0600, James Knowles
<address@hidden> wrote:
> I can't find this in the archives or the help files.
> 
> I have several .m scripts that I wrote to analyse large amounts of data.
> However, as each operation is executed, the normal response one sees on
> the command line is displayed. With arrays of 44 columns of 18,000+ rows
> of data it's hard to find the printf() output in the sea of uninterested
> details.
> 
> Can I silence these unwanted "ans" etc. messages when running a script?
> They're normally wanted at the command line, of course.
> 
> Thanks!
> 
> -------------------------------------------------------------
> 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
> -------------------------------------------------------------
> 
>



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