Feeds
提问
array a=[8 6 7] adding 0:1 to the array. possible combination for array should be 2^3=8.
the output i want is a matrix of values listed below x(possible combination)= 8 6 7 8...
4 years 前 | 1 个回答 | 0
1
个回答提问
how to add -1 to +1 to set of array1[5 7 8 4], multiply all output of array with [2 3 4 5]?
I have -1 to +1 to set of array [5 7 8 4] output array will be [4 6 7 3] & [6 8 9 5]. And multiply this output with [2 3 4 5]...
4 years 前 | 1 个回答 | 0
