[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
find minimum non-zero
From: |
shivax |
Subject: |
find minimum non-zero |
Date: |
Mon, 11 Nov 2019 17:45:15 -0600 (CST) |
hi, look that:
a=
1 0 0 8 7 0 0 2
0 0 0 0 0 0 0 0
2 0 0 6 0 0 1 0
i want find vector with minimun non-zero
and: 1 (minimun non-zero in rows n.1)
0 ( don't find minimum non-zero in rows n.2)
2 (minimun non-zero in rows n.3)
it's possible to code it avoing loop?
--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
- find minimum non-zero,
shivax <=