Feeds
提问
adding float number of different size array
How to add or multiply two different size of array using the loop iteration process? suppose ,an array a=[.1 -.2 .13 .4 -.15 ...
6 years 前 | 1 个回答 | 0
1
个回答提问
added different number of column using for loop
How to add or multiply two different size of array using the loop iteration process? suppose ,an array a=[1 2 3 4 5 6 7 8 9...
6 years 前 | 1 个回答 | 0
1
个回答提问
How to find repeat element of vector?
Suppose, i have a matrix b=[1 1 1 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1] and i want to find the repeated element of this mat...
6 years 前 | 1 个回答 | 0
1
个回答提问
How to repeat indivisual element of a matrix?
Suppose, i have a matrix a=[1 0 1 1 0 0 1 1] and i want to repeat every element of this matrix by 3 times using for loop . as th...
6 years 前 | 2 个回答 | 0
2
个回答提问
How to add or multiply two different size of array using the loop iteration process?
How to add or multiply two different size of array using the loop iteration process? suppose ,an array a=[1 2 3 4 5 6 7 8 ...
7 years 前 | 2 个回答 | 0