[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to suppress to display comment and code
From: |
Tatsuro MATSUOKA |
Subject: |
Re: How to suppress to display comment and code |
Date: |
Tue, 31 May 2016 20:28:10 +0900 (JST) |
----- Original Message -----
> From: Oliver Heimlich
> To: Tatsuro MATSUOKA
> Cc: "help-octave
> Date: 2016/5/31, Tue 19:26
> Subject: Re: How to suppress to display comment and code
>
> On 31.05.2016 11:34, Tatsuro MATSUOKA wrote:
>> Hello
>>
>> On octave 4.
>>
>> Script stest.m
>>
>> % stest.m
>> disp('stest.m');
>> % end stest.m
>>
>>>> stest
>> ## stest.m
>> disp ('stest.m');
>> stest.m
>> ## end stest.m
>> endscript;
>>
>> I do not want to display comments and code.
>> How do I kill to display them.
>>
>> Tatsuro
>
> It looks like you have accidentally enabled “echo”. Use “echo off” to
> get rid off that.
>
> Oliver
Oliver
I re-installed octave-4.0.0 for the purpose preparation of lecture.
I executed build_packages.m that seemed to activate "echo".
I re-booted octave and behavior came normal.
Thank you for your pointer.
Tatsuro