help-octave
[Top][All Lists]
Advanced

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

Re: vectorize inline function


From: c.
Subject: Re: vectorize inline function
Date: Sun, 3 Aug 2014 11:42:30 +0200

On 2 Aug 2014, at 21:00, James Sherman Jr. <address@hidden> wrote:

> As far as I know, there is no symbol in Octave to comment out a block of code.

Actually, there is. Try the following:

1
%{
this 
block 
is 
commented
%}

2
#{
this 
block 
is 
also
commented
#}

3


HTH,
c.






reply via email to

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