photo

Sicheng Zhang


Last seen: 1 year 前 自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
37,284
of 297,457

声誉
1

贡献数
7 个提问
0 个回答

回答接受率
0.0%

收到投票数
1

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


Should I develop metaheuristics like GA, ACO, PSO etc. using Matlab, or MEX and C++, or purely C++, Java etc.
I have been working around solving different optimization problems, mostly NP hard combinatorial optimization problems, such as ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Question on speed of for loop and repmat/repelem 'vectorization'
I am studying a scheduling problem which concerns on assigning series of jobs to a number of operators with multiple time window...

6 years 前 | 2 个回答 | 1

2

个回答

提问


Manipulating matrices/vectors in GPU array operation
I am currently dealing with tasks manipulating matrices/vectors in a large number of different ways in parallel. I attempted to ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How do I avoid using for loops in the following problem?
|B=[b1,b2,..,bn]|, |C=[c1,c2,...,cn]| , and |D=[d1,d2,...,dn]|are known. A scalar |A(0)| is also known. I need to calculate |A(1...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How can I obtain another vector for a known vector, such that the elements of the new vector are the time that the element at the corresponding position in the known vector appears in it, without using loops?
For example, if A=[1 2 3 4 5 6], then B=[1 1 1 1 1 1]; if A=[1 1 2 2 3 3], then B=[1 2 1 2 1 2]; if A=[1 1 1 3 4 3], then B=[1...

7 years 前 | 0 个回答 | 0

0

个回答

提问


How do i find the index from a logical array that meets the condition, without using for loop?
I would like to find the minimum index _i_ from a logical array _a_ such that _n_ consecutive elements starting from i are all 1...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How do I avoid using for loop when I want to treat the rows of a matrix individually?
For each row of 2-column matrix A, for example a1=[1 2], I would like to do the following: 1) Find all rows of 4-co...

9 years 前 | 2 个回答 | 0

2

个回答