help-octave
[Top][All Lists]
Advanced

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

Re: Is it correct to build a tree?


From: slaythemall
Subject: Re: Is it correct to build a tree?
Date: Wed, 15 Jun 2016 12:35:39 -0700 (PDT)

and other one:
function k = parzyste (L)
k = '';

j = 1;
s = size(L);
s = s(2);
  for i=1:s
      if (rem(i,2)==0)
          k(j) = L(i);
          j = j +1;
      endif
  endfor


  
endfunction



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Is-it-correct-to-build-a-tree-tp4677739p4677741.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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