octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #46521] [octave forge] (communications) fails


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #46521] [octave forge] (communications) fails to build with latest stable octave
Date: Sun, 22 Dec 2019 18:50:24 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0

Follow-up Comment #51, bug #46521 (project octave):

For:

fiboenco.m ..................................................warning: colon
arguments should be scalars


The code is:

f = [233 144 89 55 34 21 13 8 5 3 2 1];
for i = find (f <= N):LEN_F

Which produces the warning in Octave 6 as find returns somethign like

[11 12]:13, which I dont think makes sense.

Octave 5.1.1 returns an 11 12 13

It should probally be 

for i = [find (f <= N):LEN_F]



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?46521>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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