Community Profile

photo

Mehmet Candemir


EPFL

Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Loop erasing random walk
Hi, I'm trying to find a fast way to detect loops in a vector. By loop I mean repetition of an integer and by loop erasing remov...

13 years ago | 2 answers | 0

2

answers

Question


Replacing 1s in a sparse matrix by a random int.
Hi everyone I have a adjacency matrix from which I want to create a weight matrix. For each nonzero entry I'll put a random numb...

13 years ago | 1 answer | 0

1

answer

Question


Matrix union or extracting matrix elements
Hi, I have very basic question I have two matrices. One is the adjacency matrix A and the other one W is filled random numbers(i...

13 years ago | 1 answer | 0

1

answer

Question


Create/deal big binary sparse matrices
Hi, I'm dealing with really big binary sparse matrices and I need to manipulate them (i.e allocate memory, multiplication etc.) ...

13 years ago | 3 answers | 0

3

answers

Question


d-column combinations of matrix A n by n
Hi I'm trying to write an m file which takes a binary sparse matrix A and tests whether this matrix is a d-disjunct matrix. ...

13 years ago | 2 answers | 0

2

answers

Question


Avoiding nested loops
Hi everyone, I'm new to Matlab and trying to get rid of java/c programmer customs. I'm trying to do same thing without any loop....

13 years ago | 2 answers | 0

2

answers