Jack Ie
Followers: 0 Following: 0
Statistics
10 Questions
0 Answers
RANK
10,799
of 295,486
REPUTATION
4
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
80.0%
VOTES RECEIVED
3
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
how can I use power of 24 cores in matlab?
I want to use full power of my G9 server (has 24 cores and 64GB RAM) to run a matlab script. My test code heres (original cod...
8 years ago | 0 answers | 0
0
answersQuestion
error using find: Matrix dimensions must agree
comms is a matrix and nb is a vector with different dimensions. [nb_comms,~]=find(comms==nb); error: Error using == Mat...
8 years ago | 1 answer | 0
1
answerQuestion
How to plot a weighted graph?
for example: How to plot bellow graph? G=[1 4 0.2 2 4 0.2 3 4 0.2 4 1 0.7 4 2 0.7 4 3 0.7 4 5 0.5 4 8 0.6 5 4 0.4...
8 years ago | 2 answers | 0
2
answersQuestion
how to use parallel programming or multi threading or multicore in matlab?
I have a program in matlab. It run in 1 hour. It is very slow!. how can I use parallel programming or multi threading or multico...
8 years ago | 1 answer | 2
1
answerQuestion
accumarray error: Index into matrix must be positive
G=[0 1 ; 0 2 ; 1 2]; adj=accumarray(G,1,[],[],0,true); error: Index into matrix must be positive.
8 years ago | 3 answers | 0
3
answersQuestion
convert a matrix with some zero to non zero txt file
for example I have this matrix: [ 1 2 3 ; 1 0 0 ; 0 0 0; 4 5 6] I want to save it to a txt file: 1 2 3 1 4 5 6 (also delet...
8 years ago | 1 answer | 0
1
answerQuestion
problem with randsample when array with one element
when vector has one element, the result of randsample is not correct for my problem. It returns a random number from 1 to that e...
8 years ago | 4 answers | 0
4
answersQuestion
convert a matrix with some zero to non zero matrix
for example I have this matrix: [ 1 2 3 ; 1 0 0 ; 0 0 0; 4 5 6] I want this matrix: [ 1 2 3 ; 1 nan nan ; 4 5 6 ] (also dele...
8 years ago | 4 answers | 0
4
answersQuestion
selecting a random element from vector and ... in matlab
I have 3 problem in matlab: # selecting a random element from vector with probability proportional to the occurrence frequenc...
8 years ago | 1 answer | 1
1
answerQuestion
Are there implementation of SLPA in matlab?
Are there implementation of SLPA in matlab? (SLPA: Uncovering Overlapping Communities in Social Networks via A Speaker-listene...
8 years ago | 1 answer | 0