photo

Vinay Pandey


University of Florida

Last seen: 4 years ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 1

1

answer

Question


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 ago | 2 answers | 0

2

answers

Question


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 ......

12 years ago | 1 answer | 0

1

answer