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

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

[Octave-bug-tracker] [bug #63833] Matrix indexing is inconsistent


From: Rik
Subject: [Octave-bug-tracker] [bug #63833] Matrix indexing is inconsistent
Date: Fri, 24 Feb 2023 13:18:21 -0500 (EST)

Follow-up Comment #6, bug #63833 (project octave):

I'm late to this report, but I confirm everything that Nicholas said.  This is
the wonderful world of Matlab compatibility and we just have to deal with it. 
It is a pretty frequent occurrence that an m-file has an algorithm to
calculate a result, and then the final step is simply to adjust type or
dimensions for Matlab compatibility.  See the functions in the set/ directory
like intersect.m which has at the end


    ## Adjust output orientation for Matlab compatibility
    if (isrowvec)
      c = c.';
    endif



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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