[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
min Into range Array
From: |
turbofib |
Subject: |
min Into range Array |
Date: |
Tue, 2 Oct 2018 13:18:06 -0500 (CDT) |
look that:
a=[ 3 1 8 2; 5 7 8 3;7 8 9 6;0 2 6 1]
i need to search min between 2 index
example:
min between position 2 and 4 element
RIS=1 3 6 1 (1 is min between 1 8 2, 3 is min between 7 8 3, 6 is min
between 8 9 6....
it's possible to do this avoid loop?
thank very
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
- min Into range Array,
turbofib <=