S
sammus
Hi all,
I have a real lame question about multi-dimensional array operation.
Suppose I have defined a two-dimensional array "Array(10,10)". If I
want to use the Excel function "Average" to compute the average value
of Column, say 10, of that 2D array, is there any way to realize it? I
tried "Application.Average(Array,10))", but apparently the Excel
doesn't like that. (You can see I am a Matlab guy, so please don't
laugh at me )
Any comments are extremely welcome.
I have a real lame question about multi-dimensional array operation.
Suppose I have defined a two-dimensional array "Array(10,10)". If I
want to use the Excel function "Average" to compute the average value
of Column, say 10, of that 2D array, is there any way to realize it? I
tried "Application.Average(Array,10))", but apparently the Excel
doesn't like that. (You can see I am a Matlab guy, so please don't
laugh at me )
Any comments are extremely welcome.