help-octave
[Top][All Lists]
Advanced

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

Re: How to stop octave from print intermediate results?


From: Ozzy Lash
Subject: Re: How to stop octave from print intermediate results?
Date: Sat, 25 Aug 2012 22:40:07 -0500

On Sat, Aug 25, 2012 at 10:35 PM, Peng Yu <address@hidden> wrote:
> Hi,
>
> /tmp$ octave -q main.m
> x =  13
>
> /tmp$ cat main.m
> x=2+11
>

If you put a semicolon at the end of the line it won't print the
result.  Change main.m to:
x=2+11;


reply via email to

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