help-octave
[Top][All Lists]
Advanced

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

find columns element in matrix


From: shivax
Subject: find columns element in matrix
Date: Mon, 13 May 2019 09:01:27 -0500 (CDT)

i want to find element in matrix:

F =

    3    4    5    7
    4    5    6   10

v= 2  4

ans=  4    7
         5   10


i try it:

F([v]) but is not correct

anyone can help me? thank




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



reply via email to

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