|
|
|
Re: How to write a function that can be apply to arbitrary dimension of multiple array! [message #86248 is a reply to message #86234] |
Mon, 21 October 2013 08:26  |
Dave[4]
Messages: 38 Registered: December 2007
|
Member |
|
|
在 2013年10月20日星期日UTC+8上午11时20分03秒,Dave 道:
> Hi, guys:
>
> I want to write a function which can be apply to specified dimension of multiple array, like "mean function which has DIMENSION= parameters.
>
> So, any suggestions! Very thanks!
>
> dave
>
> 10/20, 2013
Hi, Carsten:
Your method using "tranpose" is what I am doing now.
And if I want to extrat elements, just use like
array[1,*,*,*,*,*,*,*], which can apply to arbitrary
dimension array. Very thanks!
Dave
2013/10/21
|
|
|