help-octave
[Top][All Lists]
Advanced

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

Suppressing echo inside scripts


From: Gabriel Popescu
Subject: Suppressing echo inside scripts
Date: Wed, 05 Dec 2007 12:15:38 +0100

Hi all.

I'm an Octave beginner and I have an easy question:
using Octave as a command interpreter, e.g. using "#!/usr/bin/octave" in a
script,
I get lot of echoes; each code line generates a terminal output.

The statement

octave:1>varname=1

shows on screen

varname = 1
octave:2>

Is possible to suppress such automatic echo, leaving only output generated
by printf command (or similar commands)?

Thanks,
Gabriel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]