Vinay Pandey
University of Florida
Followers: 0 Following: 0
Feeds
提问
Do a cross-set operation on a matrix
I have a matrix which looks as follows: [1 2 3; 4 5 6] I want to do a cross-set operation on itself, so that each el...
12 years 前 | 1 个回答 | 1
1
个回答提问
Summing common elements of a matrix together
Suppose I have a matrix A = [1 1 2 2 3 3 3] and B = [1 2 3 4 5 6 7] I want to create a matrix which sums the element...
12 years 前 | 2 个回答 | 0
2
个回答提问
Vectorising setting values of array by reading from other array
I have an array which contains some numbers, and I have another array which is initialised to zeros. arr = [45; 56 ......
13 years 前 | 1 个回答 | 0