help-octave
[Top][All Lists]
Advanced

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

Re: Help with array index


From: mmuetzel
Subject: Re: Help with array index
Date: Fri, 27 Apr 2018 00:47:37 -0700 (MST)

You are using a linear index where you probably wanted to index into the 2nd
dimension of the Matrix.
Try: lena_blue(1,3)
Reading "8.1.1 Advanced Indexing" [1] might help.

[1] https://octave.org/doc/v4.2.2/Advanced-Indexing.html



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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