help-octave
[Top][All Lists]
Advanced

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

How to suppress to display comment and code


From: Tatsuro MATSUOKA
Subject: How to suppress to display comment and code
Date: Tue, 31 May 2016 18:34:13 +0900 (JST)

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



reply via email to

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