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

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

[Octave-bug-tracker] [bug #52001] error assigning to a slice of a 3d mat


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #52001] error assigning to a slice of a 3d matrix
Date: Tue, 12 Sep 2017 09:06:49 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:55.0) Gecko/20100101 Firefox/55.0

URL:
  <http://savannah.gnu.org/bugs/?52001>

                 Summary: error assigning to a slice of a 3d matrix
                 Project: GNU Octave
            Submitted by: cdf
            Submitted on: Tue 12 Sep 2017 03:06:47 PM CEST
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:


The following works in matlab (2016b):


>> clear all
>> q(1,3:4,:) = ones(1, 2, 3)

q(:,:,1) =

     0     0     1     1


q(:,:,2) =

     0     0     1     1


q(:,:,3) =

     0     0     1     1



while in Octave 4.3+ it produces an error


>> clear all
>> q(1,3:4,:) = ones(1, 2, 3)
error: =: nonconformant arguments (op1 is 0x0x1, op2 is 2x3)






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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