Feeds
提问
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...
14 years 前 | 2 个回答 | 0
2
个回答提问
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...
14 years 前 | 1 个回答 | 0
1
个回答提问
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...
14 years 前 | 1 个回答 | 0
1
个回答提问
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.) ...
15 years 前 | 3 个回答 | 0
3
个回答提问
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. ...
15 years 前 | 2 个回答 | 0
2
个回答提问
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....
15 years 前 | 2 个回答 | 0
