octave-maintainers
[Top][All Lists]
Advanced

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

Re: Help with indexing compatibility


From: Sebastian Schöps
Subject: Re: Help with indexing compatibility
Date: Sat, 5 Nov 2016 05:56:47 -0700 (PDT)

Here the results for y=x' from Matlab 2016:

+++
>> y = [1 2 3]';
>> y([3 2 1])

ans =

     3
     2
     1

>> y([3 2 1]')

ans =

     3
     2
     1
+++



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Help-with-indexing-compatibility-tp4680502p4680505.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.



reply via email to

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