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

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

[Octave-bug-tracker] [bug #53178] Circshift incompatibility with MATLAB


From: Ceral Paquet
Subject: [Octave-bug-tracker] [bug #53178] Circshift incompatibility with MATLAB
Date: Sat, 17 Feb 2018 10:23:28 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0

Follow-up Comment #1, bug #53178 (project octave):

Aha, now I see why this never bit us before!


Note

The default behavior of circshift(A,K) where K is a scalar changed in R2016b.
To preserve the behavior of R2016a and previous releases, use
circshift(A,K,1). This syntax specifies 1 as the dimension to operate along.


https://www.mathworks.com/help/matlab/ref/circshift.html


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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