array manipulation
Hi everyone,
This might be a simple manipulation but I couldn?t figure it out.
I was trying to find the indices in array (A1) where array (A2)?s
elements equal to A1?s elements. It gives me an error when I use
find(A1= = A2) because these two arrays have different dimensions. I
don?t want to do it with for loop because it takes a lot computation
time. I would appreciate any help. Have a nice day.
A1 =
1
2
3
4
5
6
7
8
A2 =
3
5
.
Relevant Pages
- Re: Google und Bing entfernen "climategate"
... da sieht es etwas anders aus, was die Manipulation betrifft" .. ... manipuliert worden, bzw. mit Hilfe von CC seien Manipulationen ... angebliche Ersetzung von Werten in einem Array durch Zufallswerte. ... braucht das nicht durch Interpolation ... (de.soc.umwelt) - Re: Chipmunk Basic arrays (Attn: Ron Nicholson)
... And 255 is massive overkill, ... identical to what it is now if the limit was 3 or 30 dimensions ... or the total size of the array, use a simple loop which is executed ... (comp.lang.basic.misc) - Re: 3 dimensional array
... array with two dimensions and then attempt to address it with 3 dimensions. ... In any event, if your array is declared as public, then you would just loop ... ReDim Preserve ary ... (microsoft.public.excel.programming) - Re: is it bug? for
... kind of manipulation, Array() is better, anyhow. ... Axel ... Psssst! ... (comp.lang.ruby) - Re: Chipmunk Basic arrays (Attn: Ron Nicholson)
... And 255 is massive overkill, ... identical to what it is now if the limit was 3 or 30 dimensions ... or the total size of the array, use a simple loop which is executed ... (comp.lang.basic.misc) |
|