j
k
j a
j l
Hi, Maybe try something like this?
......args = np.array([4,8]) np.prod(args > 0) 1 np.sum(args > 0) 2
...args = np.array([4,8]) np.prod(args > 0) 1 np.sum(args > 0) 2
args = np.array([4,8]) np.prod(args > 0) 1 np.sum(args > 0) 2
Cheers, Han
Back to the thread
Back to the list