photo

Tiki Tiki


Last seen: 5 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

13 个提问
2 个回答

排名
28,140
of 299,722

声誉
1

贡献数
13 个提问
2 个回答

回答接受率
53.85%

收到投票数
1

排名
 of 20,790

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,604

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Connect MATLAB and tektronix Data generator DG 2020A
Hi everyone Can you help me about connecting between matlab and tektronix Data generator DG 2020A? I want to generate a pulse ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Error using gpuArray/subsasgn
Hi everyone I am working on GPU. I have a problem with it. I try to assign to a gpu Array. but i get this error. it is workin...

6 years 前 | 1 个回答 | 0

1

个回答

提问


parfor for multi layer perceptron
Hi everyone I have a problem, can you help me? I want to use parfor to optimize my multilayer perceptron. for examples, I run...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Speed of code GPU
Hi everyone, Can you help me optimize this code? clear all BatchSize = 100; SP_Size = [32 32]; InputOverlap = rand...

7 years 前 | 0 个回答 | 0

0

个回答

提问


BackProgation Neural network on GPU
Hi everyone, Can you help me how to write backprogation in neural network on GPU? I assume that my data is big, and number...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Assign matrix to struct
Hi everyone Can you help me for my code?. I want to assign matrix b to struct g.a at position c. g(1).a=[1 2 3 4]' ...

7 years 前 | 2 个回答 | 0

2

个回答

提问


speed up the code
hi everyone. can you help me speed up this code? tic InputOverlap = magic(64) SDR_Overlap = InputOverlap; ...

7 years 前 | 1 个回答 | 1

1

个回答

提问


Implement Backprogation on GPU
Hi everyone, I have a question about implement backprogation on GPU. I want to speed up Backprogation code by using GPU. s...

7 years 前 | 0 个回答 | 0

0

个回答

提问


find value of matrix by position
Hi everyone Can you help me to optimize code? this is my code: aa = 1 4 5 7 9 2 3 ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


GPU time slower than CPU
Hi everyone Can you explain to me my code about gpu time?. why gpu time is slower than CPU time. this is my code: ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


GPU multiplication 2 matrix different size
Hi everyone Can you help me for my code about GPU? I want to use gpu to mutiply 2 matrix different size. to speed u...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
cellfun error when using
Thank. I run your code. it is good. but because I plan to use vectorizing, so my output E should be same size with CellConfi...

7 years 前 | 0

提问


cellfun error when using
Hi everyone, can you help me for my code? this is my code: clear all samples = [ 88 93 82 39 58 55 ...

7 years 前 | 2 个回答 | 0

2

个回答

已回答
show variables in parfor
Thank. Actually, my hope is show variable in Workspace. because when i run this code, the result doesnot appear in workspace. ...

7 years 前 | 0

提问


show variables in parfor
Hi everyone, I practice parfor code in help(matlab). i run code but dont know how to show variable in parfor. par...

7 years 前 | 2 个回答 | 0

2

个回答