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

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

[Octave-bug-tracker] [bug #56167] non-existent cell indexing within matr


From: Andrew Janke
Subject: [Octave-bug-tracker] [bug #56167] non-existent cell indexing within matrix brackets results in concatenation error
Date: Thu, 18 Apr 2019 22:23:52 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36

Follow-up Comment #6, bug #56167 (project octave):

> [ones(0,1) ones(0,1) 1]
>
> same error

That's just another way of doing the same operation; both end up calling
horzcat() or cat() on the same values. [...] horizontally concatenates a
comma-separated list; {}-indexing a cell produces a comma-separated list.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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