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

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

[Octave-bug-tracker] [bug #63538] nchoosek random errors for some inputs


From: Arun Giridhar
Subject: [Octave-bug-tracker] [bug #63538] nchoosek random errors for some inputs
Date: Sat, 17 Dec 2022 14:26:04 -0500 (EST)

Update of bug #63538 (project octave):

         Planned Release:                    None => 8.1.0 (current stable) 

    _______________________________________________________

Follow-up Comment #4:

Looks like a regression from Octave 6.4:

octave:2> nchoosek ((1:3)', 2)
ans =

   1   2
   1   3
   2   3

octave:3> nchoosek (1:3, 2)
ans =

   1   2
   1   3
   2   3


Could someone pls check in current Matlab to see if it accepts column vector
input?



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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