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

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

[Octave-bug-tracker] [bug #53675] Warning/documentation of mtimes with n


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #53675] Warning/documentation of mtimes with non-matrix arguments
Date: Thu, 19 Apr 2018 03:25:10 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #7, bug #53675 (project octave):

In Matlab R2016a:

>> x = reshape (1:8, [2 2 2])
x(1,3)

x(:,:,1) =

     1     3
     2     4


x(:,:,2) =

     5     7
     6     8


ans =

     5

>> 


So Octave is behaving compatible to Matlab with that respect.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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