photo

nuh lili


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
0 个回答

排名
270,418
of 301,545

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 21,319

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,285

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Hello, why does my parallel source code turns out to be slow compared to sequential source code?
this is my sequential source code: for n = 1:lh hj(2^j*(n-1)+1)=h(n); end for n = 1:lg ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Why my time elapsed for image processing using parfor is greater than without parfor?
hi, I do image processing in matlab with parallel(parfor) and without parallel and we use tic toc to know elapsed time. Elapsed...

8 years 前 | 0 个回答 | 0

0

个回答

提问


hi, i did GUI for image processing using matlab to see the running time. but i cannot show the running time in the gui, its only shown in the matlab command window. can anyone show me how to make it? please help me :(
this is my GUI, and i want to show my total running time for the image to appear in this gui. <</matlabcentral/answers/upload...

8 years 前 | 2 个回答 | 0

2

个回答