photo

Jack Ie


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

10 个提问
0 个回答

排名
11,120
of 301,009

声誉
4

贡献数
10 个提问
0 个回答

回答接受率
80.0%

收到投票数
3

排名
 of 21,133

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,330

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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

10 years 前 | 0 个回答 | 0

0

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 2 个回答 | 0

2

个回答

提问


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

10 years 前 | 1 个回答 | 2

1

个回答

提问


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.

10 years 前 | 3 个回答 | 0

3

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 4 个回答 | 0

4

个回答

提问


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

10 years 前 | 4 个回答 | 0

4

个回答

提问


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

10 years 前 | 1 个回答 | 1

1

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答