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

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

[Octave-bug-tracker] [bug #52312] Confusing error message for "\" (left


From: Rik
Subject: [Octave-bug-tracker] [bug #52312] Confusing error message for "\" (left division)
Date: Tue, 31 Oct 2017 13:35:42 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #52312 (project octave):

                  Status:               Need Info => Works For Me           

    _______________________________________________________

Follow-up Comment #3:

As near as I can figure, this is equivalent code.  U,K,F are all 2-D matrices.
 The idx is a scalar.  It works for me in 4.2.1 as shown below.


U = K = F = magic (3);
i = 2;
U(i) = K(i,i) \ F(i,:) 
error: =: nonconformant arguments (op1 is 1x1, op2 is 1x3)


The error message is correct about it being related to the '=' operator.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52312>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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