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

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

[Octave-bug-tracker] [bug #65927] movfun: output shape incorrect for dim


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #65927] movfun: output shape incorrect for dim>2
Date: Fri, 28 Jun 2024 09:42:12 -0400 (EDT)

Follow-up Comment #1, bug #65927 (group octave):

for completeness - the expected output for dim 3 is:


>> movmean(a,2,3)

ans(:,:,1) =

     1     6    11
     2     7    12
     3     8    13
     4     9    14
     5    10    15


ans(:,:,2) =

    8.5000   13.5000   18.5000
    9.5000   14.5000   19.5000
   10.5000   15.5000   20.5000
   11.5000   16.5000   21.5000
   12.5000   17.5000   22.5000




    _______________________________________________________

Reply to this item at:

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

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

Attachment: signature.asc
Description: PGP signature


reply via email to

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