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

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

[Octave-bug-tracker] [bug #59637] Error message for '=' and nonconforman


From: Guillaume
Subject: [Octave-bug-tracker] [bug #59637] Error message for '=' and nonconformant arguments
Date: Mon, 7 Dec 2020 17:46:38 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

URL:
  <https://savannah.gnu.org/bugs/?59637>

                 Summary: Error message for '=' and nonconformant arguments
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Mon 07 Dec 2020 10:46:36 PM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error or Warning
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: Any

    _______________________________________________________

Details:

In the following, I would expect the two error messages to be identical to the
first one:

+octave+
octave:1> A = rand(3,3);
octave:2> B = rand(2,2);
octave:3> A(1:2,1:3) = B;
error: =: nonconformant arguments (op1 is 2x3, op2 is 2x2)
octave:4> A(1:2,1:3,1) = B;
error: =: nonconformant arguments (op1 is 3x3x1, op2 is 2x2)
-octave-




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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