[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Extraction of elements of an array inside the other array
From: |
GK19 |
Subject: |
Extraction of elements of an array inside the other array |
Date: |
Sat, 4 Apr 2020 16:39:48 -0500 (CDT) |
period (t1, t2, t3) = time (p)
where t1 , t2, t3 are n dimensional arrays say
t1 = (1,3,4,6,8,9,0,5,4,)
t2 = (3)
t3 = (4,56,7,8,5,1)
i want to show the 5th element of t1 as the output.
Output should be 8
how do i do that?
--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
- Extraction of elements of an array inside the other array,
GK19 <=
- Re: Extraction of elements of an array inside the other array, Nicholas Jankowski, 2020/04/04
- Re: Extraction of elements of an array inside the other array, GK19, 2020/04/05
- Re: Extraction of elements of an array inside the other array, Francesco Potortì, 2020/04/05
- Re: Extraction of elements of an array inside the other array, GK19, 2020/04/05
- Re: Extraction of elements of an array inside the other array, Nicholas Jankowski, 2020/04/05
- Re: Extraction of elements of an array inside the other array, GK19, 2020/04/05
- Re: Extraction of elements of an array inside the other array, GK19, 2020/04/05
- Re: Extraction of elements of an array inside the other array, Thomas D. Dean, 2020/04/05