Community Profile

photo

babis


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


how to find specific columns using vectors
I have a matrix U (n*m) and vectors v(1)-v(m) [not the same size]. I want for every vector to find in the respective row (for ve...

10 years ago | 1 answer | 0

1

answer

Question


calculate values from different matrices
I have a matrix U (n*v). I want for every column to have a matrix that has the number of the non-zero rows. For example U= [1 1 ...

10 years ago | 1 answer | 0

1

answer

Question


non zero rows per column
i have a matrix. suppose A=[1 0 8; 0 0 2; 3 0 5; 4 8 0; 0 5 3; 6 1 3; 1 6 5; 0 7 1] and i want to get the non zero rows...

10 years ago | 3 answers | 0

3

answers

Question


find non zero elements put in a matrix
i have a matrix and i want to take the row number of every non-zero element per collumn into a new matrix

10 years ago | 1 answer | 0

1

answer

Question


how to split matrix by percentage
I have a matrix R(u,v) and i want to split into 2 new matrices M, N. M will be the first 10% of the rows of R and N will be t...

10 years ago | 2 answers | 0

2

answers

Question


new array using average row of the old array
I have an array M(1000,1000) and i want to build a new array N(1000,1000), where each element of N has the old value minus t...

10 years ago | 1 answer | 0

1

answer

Question


new array using average row of the old array
I have an array M(1000,1000) and i want to build a new array N(1000,1000), where each element of N has the old value minus the a...

10 years ago | 2 answers | 0

2

answers

Question


convert an array to a new
I have an array M [100000*3]. I want to create a new array where the one dimension will be the 1st column of the array M, the ...

10 years ago | 1 answer | 0

1

answer